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.
8 lines
365 B
8 lines
365 B
class Vagrant127 < Cask
|
|
url 'http://files.vagrantup.com/packages/7ec0ee1d00a916f80b109a298bab08e391945243/Vagrant-1.2.7.dmg'
|
|
homepage 'http://www.vagrantup.com'
|
|
version '1.2.7'
|
|
sha256 '75c720eda0cbe6b2a2b19e38757ba4c34fbc57095ab4cc1459609bd242418129'
|
|
install 'Vagrant.pkg'
|
|
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
|
|
end
|
|
|