Bump build-tools to 23.0.2

This commit is contained in:
Daniel Martí 2015-11-05 11:55:19 +01:00
parent d9d11ba11b
commit 66e82cb077
4 changed files with 5 additions and 5 deletions

View file

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