homebrew-cask/Casks/gingr.rb

11 lines
328 B
Ruby
Raw Normal View History

2014-07-24 02:08:16 +08:00
class Gingr < Cask
2014-08-17 18:23:09 +08:00
version '1.0.1'
sha256 '29a705836ae11114f4e9aa787c885e1960861cc9119c23afda22ea8618322498'
2014-07-24 02:08:16 +08:00
2014-09-26 20:08:55 +08:00
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.zip"
2014-07-24 02:08:16 +08:00
homepage 'http://harvest.readthedocs.org/en/latest/content/gingr.html'
2014-10-01 23:32:57 +08:00
license :oss
2014-07-24 02:08:16 +08:00
2014-10-01 06:31:26 +08:00
app 'gingr-OSX64.app'
2014-07-24 02:08:16 +08:00
end