homebrew-cask/Casks/vagrant-manager.rb

15 lines
579 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vagrant-manager' do
2016-02-25 06:53:04 +08:00
version '2.5.3'
sha256 'c2780c3560f7f27a0a87fa01983ec329ed13b7cb139515cf70415ae959b99562'
# 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',
2016-02-25 06:53:04 +08:00
checkpoint: '1a416ac6a40fa013b7876d9d02acbe17c7a0988b780bca0baafd8d6fcba45099'
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