homebrew-cask/Casks/gingr.rb

14 lines
572 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gingr' do
2016-12-11 14:23:04 +08:00
version '1.3'
sha256 '2a7dd9307ce7dc69d68648c469f6d6fba2e411161332043af9477b08cb2406c6'
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
2016-12-11 14:23:04 +08:00
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/marbl/gingr/releases.atom',
2018-05-19 05:25:01 +08:00
checkpoint: 'f2526e74819b698040b1d02d8db3571885ef0d1acde9608a7f41702c003ab9ac'
2015-03-30 21:43:19 +08:00
name 'Gingr'
2016-11-23 21:33:57 +08:00
homepage 'https://harvest.readthedocs.io/en/latest/content/gingr.html'
2014-07-24 02:08:16 +08:00
2018-05-19 05:25:01 +08:00
app "gingr-OSX64-v#{version}.app"
2014-07-24 02:08:16 +08:00
end