homebrew-cask/Casks/gingko.rb

15 lines
481 B
Ruby

cask 'gingko' do
version '2.4.5'
sha256 '892bd882da397db1291fe48bbd6746bdd0bf096e451d561a6045a0187a6bcbed'
# github.com/gingko/client was verified as official when first introduced to the cask
url "https://github.com/gingko/client/releases/download/v#{version}/Gingko-#{version}-mac.zip"
appcast 'https://github.com/gingko/client/releases.atom'
name 'Gingko'
homepage 'https://gingko.io/'
app 'Gingko.app'
zap trash: '~/Library/Application Support/Gingko'
end