homebrew-cask/Casks/vagrant.rb

16 lines
485 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vagrant' do
2015-07-18 05:36:23 +08:00
version '1.7.4'
sha256 '3d2e680cc206ac1d480726052e42e193eabce56ed65fc79b91bc85e4c7d2deb8'
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"
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
2014-09-28 15:48:33 +08:00
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] },
:pkgutil => 'com.vagrant.vagrant'
end