homebrew-cask/Casks/gargoyle.rb

14 lines
474 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gargoyle' do
version '2011.1'
sha256 '4e830ad3feec78d623ce5c13ce14f440f9769d302ac46604afc4b9785baa038c'
url "https://github.com/garglk/garglk/releases/download/stable-#{version}/gargoyle-#{version}-mac.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/garglk/garglk/releases.atom',
checkpoint: '856917364d871777ed008dee26d61fa23a131d5deed11202b338014102e93cf8'
2015-01-30 04:30:40 +08:00
name 'Gargoyle'
homepage 'https://github.com/garglk/garglk'
2014-10-01 23:32:56 +08:00
license :oss
2014-09-16 00:05:37 +08:00
app 'Gargoyle.app'
end