Michael Ford
11 years ago
1 changed files with 4 additions and 2 deletions
@ -1,8 +1,10 @@ |
|||
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' |
|||
|
|||
url 'http://files.vagrantup.com/packages/7ec0ee1d00a916f80b109a298bab08e391945243/Vagrant-1.2.7.dmg' |
|||
homepage 'http://www.vagrantup.com' |
|||
|
|||
install 'Vagrant.pkg' |
|||
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] } |
|||
end |
|||
|
Loading…
Reference in new issue