homebrew-cask/Casks/vagrant.rb

15 lines
466 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vagrant' do
2015-01-07 06:19:54 +08:00
version '1.7.2'
sha256 '78d02afada2f066368bd0ce1883f900f89b6dc20f860463ce125e7cb295e347c'
2015-01-19 11:02:32 +08:00
# bintray.com is the official download host per the vendor homepage
2014-09-26 20:09:17 +08:00
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg"
homepage 'http://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
2014-09-28 15:48:33 +08:00
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] },
:pkgutil => 'com.vagrant.vagrant'
end