homebrew-cask/Casks/gingr.rb

14 lines
554 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',
2016-12-11 14:23:04 +08:00
checkpoint: 'd9f1acde954eab6d308121d0665af8c4bf8206d5ad5fac2b272f36cb4f15fd6c'
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
2015-06-24 20:17:55 +08:00
app 'Gingr.app'
2014-07-24 02:08:16 +08:00
end