Update build-tools to 20.0.0

This commit is contained in:
Daniel Martí 2014-06-30 17:03:16 +02:00
parent fdb53b75f4
commit cbdcdd1e78
5 changed files with 6 additions and 6 deletions

View file

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