homebrew-cask/Casks/vessel.rb

14 lines
451 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/awvessel/vessel/releases.atom',
:sha256 => 'eed47ee87455b8096b127fc21903aface6f597750ed856d441569450adb4f38e'
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