mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
377 B
Ruby
12 lines
377 B
Ruby
cask :v1 => 'raven' do
|
|
version '0.2.0-alpha'
|
|
sha256 '91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633'
|
|
|
|
# github.com is the official download host per the vendor homepage
|
|
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
|