homebrew-cask/Casks/vagrant-manager.rb

15 lines
578 B
Ruby

cask 'vagrant-manager' do
version '2.5.0'
sha256 '2e6949ee6bafdb5f087ddf58446f8b48438684ddb11708838ae2897bb41b5232'
# 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"
appcast 'https://github.com/lanayotech/vagrant-manager/releases.atom',
:sha256 => 'ce7a6200bf6be5ffa10a4aeadda0b5754dedabe9af29bfd3ff6b0cf337fda7d6'
name 'Vagrant Manager'
homepage 'http://vagrantmanager.com/'
license :mit
app 'Vagrant Manager.app'
end