You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
398 B
13 lines
398 B
10 years ago
|
cask :v1 => 'vagrant165' do
|
||
|
version '1.6.5'
|
||
|
sha256 'a94a16b9ed5f63460f64110738067aea029238f8d826c8dd90c5c34615a5be1e'
|
||
|
|
||
|
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg"
|
||
|
homepage 'http://www.vagrantup.com'
|
||
|
license :mit
|
||
|
|
||
|
pkg 'Vagrant.pkg'
|
||
|
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] },
|
||
|
:pkgutil => 'com.vagrant.vagrant'
|
||
|
end
|