homebrew-cask/Casks/raven.rb

14 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'raven' do
2014-12-20 01:33:20 +08:00
version '0.2.0-alpha'
sha256 '91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633'
2016-03-11 05:57:20 +08:00
# github.com/robotlolita/raven was verified as official when first introduced to the cask
2014-12-20 01:33:20 +08:00
url "https://github.com/robotlolita/raven/releases/download/v#{version}/Raven-osx.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/robotlolita/raven/releases.atom',
checkpoint: '6f07d82c58161ad3be28bf8362b3e697c73b68869846ca0d7be5ab0a63986d1e'
2014-12-20 01:33:20 +08:00
name 'Raven'
homepage 'http://robotlolita.me/raven/'
app 'Raven.app'
end