homebrew-cask/Casks/vagrant.rb

14 lines
448 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vagrant' do
2014-12-10 17:49:48 +08:00
version '1.7.0'
sha256 '2b3d7cf0d2490e1f1d4f7ad13e2caf44a50cec33419a6ea281f3e5c693da7e8d'
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-10 21:51:12 +08:00
license :unknown # todo: improve this machine-generated value
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