homebrew-cask/Casks/gingr.rb

14 lines
466 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'gingr' do
2015-06-24 20:17:55 +08:00
version '1.2'
sha256 '27ba08606ae3f743ffdbcb6d554048ab3a7560087577f10503a0f5cd0227f9d3'
2014-07-24 02:08:16 +08:00
2015-01-18 03:40:21 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:55 +08:00
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.zip"
2015-03-15 19:50:58 +08:00
appcast 'https://github.com/marbl/gingr/releases.atom'
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