homebrew-cask/Casks/gingko.rb

15 lines
481 B
Ruby

cask 'gingko' do
version '2.3.5'
sha256 '40025bf2e7a73239254b965267487247ca0bf51968d9c529bd473d5683947547'
# 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