You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
310 B
8 lines
310 B
class Vagrant143 < Cask
|
|
url 'https://dl.bintray.com/mitchellh/vagrant/Vagrant-1.4.3.dmg'
|
|
homepage 'http://www.vagrantup.com'
|
|
version '1.4.3'
|
|
sha256 'e7ff13b01d3766829f3a0c325c1973d15b589fe1a892cf7f857da283a2cbaed1'
|
|
install 'Vagrant.pkg'
|
|
uninstall :script => 'uninstall.tool', :input => %w[Yes]
|
|
end
|
|
|