homebrew-cask/Casks/gingr.rb

14 lines
554 B
Ruby

cask 'gingr' do
version '1.3'
sha256 '2a7dd9307ce7dc69d68648c469f6d6fba2e411161332043af9477b08cb2406c6'
# github.com/marbl/gingr was verified as official when first introduced to the cask
url "https://github.com/marbl/gingr/releases/download/v#{version}/gingr-OSX64-v#{version}.app.zip"
appcast 'https://github.com/marbl/gingr/releases.atom',
checkpoint: 'bf3f881652f93c090d0afcbf014bb0012be180ca99c4cfc49d2e434c69c446bd'
name 'Gingr'
homepage 'https://harvest.readthedocs.io/en/latest/content/gingr.html'
app 'Gingr.app'
end