homebrew-cask/Casks/vagrant.rb

11 lines
324 B
Ruby
Raw Normal View History

class Vagrant < Cask
2014-09-05 09:21:17 +08:00
version '1.6.5'
sha256 'a94a16b9ed5f63460f64110738067aea029238f8d826c8dd90c5c34615a5be1e'
2014-09-05 09:21:17 +08:00
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.5.dmg'
homepage 'http://www.vagrantup.com'
2014-09-10 23:37:08 +08:00
pkg 'Vagrant.pkg'
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
end