homebrew-cask-versions/Casks/vagrant.rb
Alejandro Giacometti f34563e300 Updated vagrant to 1.3.5
Updated Vagrant to latest version (1.3.5) compatible with the latest virtualbox
2013-10-16 11:01:19 +01:00

8 lines
317 B
Ruby

class Vagrant < Cask
url 'http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/Vagrant-1.3.5.dmg'
homepage 'http://www.vagrantup.com'
version '1.3.5'
sha1 'c123b4f80abd9cec83f7499d8dc2bc60b850b882'
install 'Vagrant.pkg'
uninstall :script => 'uninstall.tool', :input => %w[Yes]
end