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.
9 lines
329 B
9 lines
329 B
11 years ago
|
class Vagrant163 < Cask
|
||
|
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3.dmg'
|
||
|
homepage 'http://www.vagrantup.com'
|
||
|
version '1.6.3'
|
||
|
sha256 'ed1de41ca11a2251e4748a7a88fb46c3312780b7952f2248683f8ed2a007bc72'
|
||
|
install 'Vagrant.pkg'
|
||
|
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
|
||
|
end
|