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-08-29 02:20:17 +08:00
version '2.2.1'
sha256 '1c841444ed96a7fd5301ac1fe57f56618bbad26c02fe11c5884bbd5325ca1614'
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