Update cURL and OpenSSL versions

This commit is contained in:
Oliver Behnke 2018-08-30 11:41:03 +02:00
parent 4dd48c7d29
commit 8b199678ca
1 changed files with 2 additions and 2 deletions

4
android/Vagrantfile vendored
View File

@ -110,8 +110,8 @@ Vagrant.configure("2") do |config|
s.name = "Clone BOINC repository and configuring toolchain..."
s.privileged = false
s.inline = <<-SHELL
export OPENSSL_VERSION=1.0.2k
export CURL_VERSION=7.53.1
export OPENSSL_VERSION=1.0.2p
export CURL_VERSION=7.61.0
git clone https://github.com/BOINC/boinc.git $HOME/BOINC
export BUILD_TOOLS=`sed -n "s/.*buildToolsVersion\\s*\\"\\(.*\\)\\"/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle`
export COMPILE_SDK=`sed -n "s/.*compileSdkVersion\\s*\\(\\d*\\)/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle`