1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Update build tools to 22.0.0

This commit is contained in:
Daniel Martí 2015-03-21 23:42:31 +01:00
parent 92fdcd3e6a
commit 66487272cd

View File

@ -26,7 +26,7 @@ end
script "add_build_tools" do
interpreter "bash"
user user
ver = "21.1.2"
ver = "22.0.0"
cwd "/tmp"
code "
if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then