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.
11 lines
355 B
11 lines
355 B
cask :v1 => 'vagrant163' do
|
|
version '1.6.3'
|
|
sha256 'ed1de41ca11a2251e4748a7a88fb46c3312780b7952f2248683f8ed2a007bc72'
|
|
|
|
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg"
|
|
homepage 'http://www.vagrantup.com'
|
|
license :unknown
|
|
|
|
pkg 'Vagrant.pkg'
|
|
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
|
|
end
|
|
|