homebrew-cask/Casks/gingko.rb

15 lines
481 B
Ruby
Raw Normal View History

2018-03-28 19:34:33 +08:00
cask 'gingko' do
2018-12-20 22:14:31 +08:00
version '2.3.2'
sha256 '36d9e2c1190b663e71bbfba6fb834aa6a1abd01f313799065c23c6513e5e3500'
2018-03-28 19:34:33 +08:00
# github.com/gingko/client was verified as official when first introduced to the cask
2018-08-25 01:52:11 +08:00
url "https://github.com/gingko/client/releases/download/v#{version}/Gingko-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/gingko/client/releases.atom'
2018-03-28 19:34:33 +08:00
name 'Gingko'
homepage 'https://gingko.io/'
app 'Gingko.app'
2018-03-28 19:54:11 +08:00
zap trash: '~/Library/Application Support/Gingko'
2018-03-28 19:34:33 +08:00
end