homebrew-cask/Casks/raven.rb

14 lines
440 B
Ruby
Raw Normal View History

2014-12-20 01:33:20 +08:00
cask :v1 => 'raven' do
version '0.2.0-alpha'
sha256 '91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633'
2015-01-18 10:50:08 +08:00
# github.com is the official download host per the vendor homepage
2014-12-20 01:33:20 +08:00
url "https://github.com/robotlolita/raven/releases/download/v#{version}/Raven-osx.zip"
2015-03-15 19:54:52 +08:00
appcast 'https://github.com/robotlolita/raven/releases.atom'
2014-12-20 01:33:20 +08:00
name 'Raven'
homepage 'http://robotlolita.me/raven/'
license :mit
app 'Raven.app'
end