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.
13 lines
427 B
13 lines
427 B
9 years ago
|
cask :v1 => '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
|