homebrew-cask/Casks/vagrant-manager.rb

15 lines
578 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vagrant-manager' do
2015-10-21 04:27:50 +08:00
version '2.5.0'
sha256 '2e6949ee6bafdb5f087ddf58446f8b48438684ddb11708838ae2897bb41b5232'
# github.com is the official download host per the vendor homepage
2014-07-23 02:41:08 +08:00
url "https://github.com/lanayotech/vagrant-manager/releases/download/#{version}/vagrant-manager-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/lanayotech/vagrant-manager/releases.atom',
:sha256 => 'ce7a6200bf6be5ffa10a4aeadda0b5754dedabe9af29bfd3ff6b0cf337fda7d6'
2015-01-06 11:17:14 +08:00
name 'Vagrant Manager'
2014-05-10 23:54:59 +08:00
homepage 'http://vagrantmanager.com/'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:33 +08:00
app 'Vagrant Manager.app'
2014-05-10 23:54:59 +08:00
end