homebrew-cask/Casks/vessel.rb

13 lines
369 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vessel' do
2015-08-19 04:09:16 +08:00
version '0.3.2'
sha256 '4865693e76b57f6b1db9c862e4f19f984a665f0c8101ab2c43a90ea3997dc0ad'
2014-08-16 12:51:20 +08:00
2015-08-19 04:09:16 +08:00
url "https://github.com/awvessel/vessel/releases/download/#{version}/Vessel-#{version}.zip"
2015-03-15 19:56:03 +08:00
appcast 'https://github.com/awvessel/vessel/releases.atom'
2015-03-16 08:22:15 +08:00
name 'Vessel'
2015-08-19 04:09:16 +08:00
homepage 'https://awvessel.github.io'
license :bsd
2014-08-16 12:51:20 +08:00
2014-09-16 00:06:34 +08:00
app 'Vessel.app'
2014-08-16 12:51:20 +08:00
end