[android][vagrant] maintenance: update OpenSSL and cURL

This commit is contained in:
Oliver Behnke 2018-11-27 11:42:11 +01:00
parent d6d66767be
commit 70a1563993
1 changed files with 2 additions and 2 deletions

4
android/Vagrantfile vendored
View File

@ -140,8 +140,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.2p
export CURL_VERSION=7.61.0
export OPENSSL_VERSION=1.0.2q
export CURL_VERSION=7.62.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`