Update Vagrant to 1.5.0

This commit is contained in:
Nikola Majksner 2014-03-10 18:25:29 +01:00
parent e748f00c4a
commit fcf025d989
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Vagrant < Cask
url 'https://dl.bintray.com/mitchellh/vagrant/Vagrant-1.4.3.dmg'
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.0.dmg'
homepage 'http://www.vagrantup.com'
version '1.4.3'
sha256 'e7ff13b01d3766829f3a0c325c1973d15b589fe1a892cf7f857da283a2cbaed1'
version '1.5.0'
sha256 '55e703ff0d5e46c71dc61e03407d8774dc273a24e141dc5b73cccb7e9f02f778'
install 'Vagrant.pkg'
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
end