homebrew-cask/Casks/raven.rb

13 lines
442 B
Ruby

cask 'raven' do
version '0.2.0-alpha'
sha256 '91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633'
# github.com/robotlolita/raven was verified as official when first introduced to the cask
url "https://github.com/robotlolita/raven/releases/download/v#{version}/Raven-osx.zip"
appcast 'https://github.com/robotlolita/raven/releases.atom'
name 'Raven'
homepage 'https://robotlolita.me/raven/'
app 'Raven.app'
end