homebrew-cask/Casks/gitee.rb

20 lines
767 B
Ruby
Raw Normal View History

2017-04-23 20:58:32 +08:00
cask 'gitee' do
2017-10-14 08:04:51 +08:00
version '1.0.2.7'
sha256 '9eec18ba7c2e4458223916bca87d7221c2b38b345a6aae087b5a3a3ab5059299'
2017-04-23 20:58:32 +08:00
2017-10-14 08:04:51 +08:00
url "https://github.com/Nightonke/Gitee/releases/download/v#{version}/Gitee.zip"
2017-04-23 20:58:32 +08:00
appcast 'https://github.com/Nightonke/Gitee/releases.atom',
2017-10-14 08:04:51 +08:00
checkpoint: '9ada4b72963708f30efe244edf6697dd40cba476bbb30a5698610bd9869c7d48'
2017-04-23 20:58:32 +08:00
name 'Gitee'
homepage 'https://github.com/Nightonke/Gitee'
2017-10-14 08:04:51 +08:00
app 'Gitee.app'
2017-04-23 20:58:32 +08:00
2017-11-18 18:08:50 +08:00
zap trash: [
'~/Library/Application Support/com.nightonke.VHGithubNotifier',
'~/Library/Caches/com.nightonke.VHGithubNotifier',
'~/Library/Cookies/com.nightonke.VHGithubNotifier.binarycookies',
'~/Library/Preferences/com.nightonke.VHGithubNotifier.plist',
]
2017-04-23 20:58:32 +08:00
end