homebrew-cask/Casks/gingko.rb

15 lines
488 B
Ruby
Raw Normal View History

2018-03-28 19:34:33 +08:00
cask 'gingko' do
2018-07-20 06:55:51 +08:00
version '2.1.5'
sha256 '9aa477abef38f5f5639de24c98d72976d3e705473dd43bb625e68be43b6d04ca'
2018-03-28 19:34:33 +08:00
# 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-client-#{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