homebrew-cask/Casks/wewechat.rb

20 lines
765 B
Ruby
Raw Normal View History

2017-09-04 17:27:51 +08:00
cask 'wewechat' do
2017-12-11 04:35:08 +08:00
version '1.1.5'
sha256 'c4942bf6e325dc1d914602013315ce9f2a943b93c9ec48ec7c3f052f4d88f11e'
2017-09-04 17:27:51 +08:00
url "https://github.com/trazyn/weweChat/releases/download/v#{version}/weweChat-#{version}-mac.dmg"
2017-09-04 17:27:51 +08:00
appcast 'https://github.com/trazyn/weweChat/releases.atom',
2017-12-11 04:35:08 +08:00
checkpoint: '1d96bec4f18c88a3385ff9679ddb624d48a718bff38c50cb879fe2f15c7e500c'
2017-09-04 17:27:51 +08:00
name 'weweChat'
homepage 'https://github.com/trazyn/weweChat'
app 'weweChat.app'
2017-11-18 17:41:07 +08:00
zap trash: [
'~/Library/Application Support/wewechat',
'~/Library/Preferences/gh.trazyn.wewechat.helper.plist',
'~/Library/Preferences/gh.trazyn.wewechat.plist',
'~/Library/Saved Application State/gh.trazyn.wewechat.savedState',
]
2017-09-04 17:27:51 +08:00
end