homebrew-cask/Casks/vagrant-manager.rb

15 lines
575 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'vagrant-manager' do
version '2.2.1'
sha256 'c9d63396cb322c65573a3a0c54dd700db18cff736b0f8b21a7813ac51d6ea5dd'
# 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"
2014-10-15 23:43:57 +08:00
appcast 'http://api.lanayo.com/appcast/vagrant_manager.xml',
:sha256 => '599d9d60e76b718094569353ddd31850cdd3efaed6de61d320f53e7bf83073fb'
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