Vítor Galvão
10 years ago
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
cask :v1 => 'vagrant165' do |
|||
version '1.6.5' |
|||
sha256 'a94a16b9ed5f63460f64110738067aea029238f8d826c8dd90c5c34615a5be1e' |
|||
|
|||
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg" |
|||
homepage 'http://www.vagrantup.com' |
|||
license :mit |
|||
|
|||
pkg 'Vagrant.pkg' |
|||
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }, |
|||
:pkgutil => 'com.vagrant.vagrant' |
|||
end |
Loading…
Reference in new issue