mirror of https://github.com/BOINC/boinc.git
[android] update OpenSSL/cURL dependencies
This commit is contained in:
parent
7b65c6ba31
commit
169da7d652
|
@ -19,8 +19,8 @@ set -e
|
|||
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
export OPENSSL_VERSION=1.0.2p
|
||||
export CURL_VERSION=7.61.0
|
||||
export OPENSSL_VERSION=1.0.2q
|
||||
export CURL_VERSION=7.62.0
|
||||
export NDK_VERSION=17c
|
||||
|
||||
export ANDROID_HOME=$HOME/Android/Sdk
|
||||
|
@ -173,4 +173,4 @@ case "$arch" in
|
|||
esac
|
||||
|
||||
echo "unknown architecture: $arch"
|
||||
exit 1
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue