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

Bump build-tools version

This commit is contained in:
Daniel Martí 2014-03-07 15:38:24 +01:00
parent fa7b9690ec
commit 426d85d0b8

View File

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