homebrew-cask/Casks/raven.rb

13 lines
377 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"
name 'Raven'
homepage 'http://robotlolita.me/raven/'
license :mit
app 'Raven.app'
end