homebrew-cask/Casks/vagrant.rb

18 lines
523 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vagrant' do
2015-12-25 11:19:05 +08:00
version '1.8.1'
sha256 '2cfdbeec9e40376e49dae9d9f27511896e3b296f0e24f8731339bb3d32c48c93'
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/vagrant/#{version}/vagrant_#{version}.dmg"
2015-05-06 03:34:23 +08:00
name 'Vagrant'
homepage 'https://www.vagrantup.com/'
2014-12-21 21:36:22 +08:00
license :mit
2014-09-10 23:37:08 +08:00
pkg 'Vagrant.pkg'
2014-11-22 22:12:47 +08:00
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] },
2014-09-28 15:48:33 +08:00
:pkgutil => 'com.vagrant.vagrant'
zap :delete => '~/.vagrant.d'
end