homebrew-cask/Casks/gingr.rb

12 lines
395 B
Ruby

cask :v1 => 'gingr' do
version '1.0.1'
sha256 '29a705836ae11114f4e9aa787c885e1960861cc9119c23afda22ea8618322498'
# github.com is the official download host per the vendor homepage
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.zip"
homepage 'http://harvest.readthedocs.org/en/latest/content/gingr.html'
license :bsd
app 'gingr.app'
end