Aditya Dalal
9 years ago
7 changed files with 0 additions and 90 deletions
@ -1,12 +0,0 @@ |
|||
cask 'vagrant-manager241' do |
|||
version '2.4.1' |
|||
sha256 'ce01f4be6f0d6d514a74aa2fa0313b8b4b50de087610161ec1da6d472f9b8203' |
|||
|
|||
# github.com is the official download host per the vendor homepage |
|||
url "https://github.com/lanayotech/vagrant-manager/releases/download/#{version}/vagrant-manager-#{version}.dmg" |
|||
name 'Vagrant Manager' |
|||
homepage 'http://vagrantmanager.com/' |
|||
license :mit |
|||
|
|||
app 'Vagrant Manager.app' |
|||
end |
@ -1,12 +0,0 @@ |
|||
cask 'vagrant127' do |
|||
version '1.2.7' |
|||
sha256 '75c720eda0cbe6b2a2b19e38757ba4c34fbc57095ab4cc1459609bd242418129' |
|||
|
|||
url "http://files.vagrantup.com/packages/7ec0ee1d00a916f80b109a298bab08e391945243/Vagrant-#{version}.dmg" |
|||
name 'Vagrant' |
|||
homepage 'https://www.vagrantup.com' |
|||
license :mit |
|||
|
|||
pkg 'Vagrant.pkg' |
|||
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] } |
|||
end |
@ -1,12 +0,0 @@ |
|||
cask 'vagrant143' do |
|||
version '1.4.3' |
|||
sha256 'e7ff13b01d3766829f3a0c325c1973d15b589fe1a892cf7f857da283a2cbaed1' |
|||
|
|||
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 |
@ -1,12 +0,0 @@ |
|||
cask '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 |
@ -1,14 +0,0 @@ |
|||
cask 'vagrant171' do |
|||
version '1.7.1' |
|||
sha256 'eaeb3ad6624ccaeaefa6fc7a77a2f5d9640ef9385c5eeebdb90602d5f2011176' |
|||
|
|||
# bintray.com is the official download host per the vendor homepage |
|||
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 |
@ -1,14 +0,0 @@ |
|||
cask 'vagrant172' do |
|||
version '1.7.2' |
|||
sha256 '78d02afada2f066368bd0ce1883f900f89b6dc20f860463ce125e7cb295e347c' |
|||
|
|||
# bintray.com is the official download host per the vendor homepage |
|||
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 |
@ -1,14 +0,0 @@ |
|||
cask 'vagrant173' do |
|||
version '1.7.3' |
|||
sha256 '3c6078d8ce9a9c01589b089034f0afcbe2f4908a7f77a1471360fc8011a18dc8' |
|||
|
|||
# bintray.com is the official download host per the vendor homepage |
|||
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