mirror of https://github.com/BOINC/boinc.git
Update cURL and OpenSSL versions
This commit is contained in:
parent
4dd48c7d29
commit
8b199678ca
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue