homebrew-cask/Casks/vagrant.rb

14 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vagrant' do
2014-12-13 02:44:35 +08:00
version '1.7.1'
sha256 'eaeb3ad6624ccaeaefa6fc7a77a2f5d9640ef9385c5eeebdb90602d5f2011176'
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