mirror of https://github.com/BOINC/boinc.git
[android][vagrant] maintenance: update OpenSSL and cURL
This commit is contained in:
parent
d6d66767be
commit
70a1563993
|
@ -140,8 +140,8 @@ Vagrant.configure("2") do |config|
|
||||||
s.name = "Clone BOINC repository and configuring toolchain..."
|
s.name = "Clone BOINC repository and configuring toolchain..."
|
||||||
s.privileged = false
|
s.privileged = false
|
||||||
s.inline = <<-SHELL
|
s.inline = <<-SHELL
|
||||||
export OPENSSL_VERSION=1.0.2p
|
export OPENSSL_VERSION=1.0.2q
|
||||||
export CURL_VERSION=7.61.0
|
export CURL_VERSION=7.62.0
|
||||||
git clone https://github.com/BOINC/boinc.git $HOME/BOINC
|
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 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`
|
export COMPILE_SDK=`sed -n "s/.*compileSdkVersion\\s*\\(\\d*\\)/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle`
|
||||||
|
|
Loading…
Reference in New Issue