homebrew-cask/Casks/vagrant-bar.rb

14 lines
476 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/BipSync/VagrantBar/releases.atom',
:sha256 => '52ae5bf709f27c99b8e8d32329aa784a002ea430c076dcaba28903c88d90c51a'
2015-05-06 03:33:21 +08:00
name 'Vagrant Bar'
homepage 'https://github.com/BipSync/VagrantBar'
license :oss
app 'Vagrant Bar.app'
end