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.
 
 

12 lines
368 B

cask :v1 => 'vagrant163' do
version '1.6.3'
sha256 'ed1de41ca11a2251e4748a7a88fb46c3312780b7952f2248683f8ed2a007bc72'
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg"
name 'Vagrant'
homepage 'http://www.vagrantup.com'
license :mit
pkg 'Vagrant.pkg'
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
end