homebrew-cask/Casks/vagrant-bar.rb

13 lines
394 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'vagrant-bar' do
2015-11-25 05:55:05 +08:00
version '1.20'
sha256 'f9e52af82b8560881e73fd82390dfaa33f9d0ef0144aadcdc40778537bb2a29f'
2015-03-01 21:02:39 +08:00
url "https://github.com/BipSync/VagrantBar/releases/download/#{version}/Vagrant.Bar.zip"
2015-03-15 19:55:58 +08:00
appcast 'https://github.com/BipSync/VagrantBar/releases.atom'
2015-05-06 03:33:21 +08:00
name 'Vagrant Bar'
homepage 'https://github.com/BipSync/VagrantBar'
license :oss
app 'Vagrant Bar.app'
end