homebrew-cask/Casks/wewechat.rb

19 lines
675 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/trazyn/weweChat/releases.atom'
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