homebrew-cask/Casks/gingr.rb

15 lines
566 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gingr' do
2015-06-24 20:17:55 +08:00
version '1.2'
sha256 '27ba08606ae3f743ffdbcb6d554048ab3a7560087577f10503a0f5cd0227f9d3'
2014-07-24 02:08:16 +08:00
2016-02-27 23:27:02 +08:00
# github.com/marbl/gingr was verified as official when first introduced to the cask
2014-09-26 20:08:55 +08:00
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/marbl/gingr/releases.atom',
checkpoint: '55307efb6bc20c741265ac4903825fc8fc49a35e2b6e3ef6a3a387cf2b69dbc1'
2015-03-30 21:43:19 +08:00
name 'Gingr'
2015-06-29 14:32:18 +08:00
homepage 'https://harvest.readthedocs.org/en/latest/content/gingr.html'
license :bsd
2014-07-24 02:08:16 +08:00
2015-06-24 20:17:55 +08:00
app 'Gingr.app'
2014-07-24 02:08:16 +08:00
end