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-10-12 04:56:23 +08:00
version '2.2.4'
sha256 '9a74f91a4076fa9824083f1159af3f11891bb0a1b178f1785b4b11e392aab4a3'
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