homebrew-cask/Casks/vessel.rb

13 lines
369 B
Ruby

cask :v1 => 'vessel' do
version '0.3.2'
sha256 '4865693e76b57f6b1db9c862e4f19f984a665f0c8101ab2c43a90ea3997dc0ad'
url "https://github.com/awvessel/vessel/releases/download/#{version}/Vessel-#{version}.zip"
appcast 'https://github.com/awvessel/vessel/releases.atom'
name 'Vessel'
homepage 'https://awvessel.github.io'
license :bsd
app 'Vessel.app'
end