homebrew-cask/Casks/wire.rb

21 lines
750 B
Ruby
Raw Normal View History

2017-08-15 02:25:55 +08:00
cask 'wire' do
2017-10-19 20:28:58 +08:00
version '3.1.2822'
sha256 '969feb5757b956583d6da33445b840e51fa616924208eb941cb6e1610e0d90c4'
2017-08-15 02:25:55 +08:00
# github.com/wireapp/wire-desktop was verified as official when first introduced to the cask
url "https://github.com/wireapp/wire-desktop/releases/download/release%2F#{version}/wire-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/wireapp/wire-desktop/releases.atom'
2017-08-15 02:25:55 +08:00
name 'Wire'
homepage 'https://wire.com/'
pkg "wire-#{version}.pkg"
2017-08-15 02:25:55 +08:00
uninstall pkgutil: 'com.wearezeta.zclient.mac',
signal: [
['TERM', 'com.wearezeta.zclient.mac.helper'],
['TERM', 'com.wearezeta.zclient.mac'],
]
2017-11-18 17:41:07 +08:00
zap trash: '~/Library/Containers/com.wearezeta.zclient.mac'
2017-08-15 02:25:55 +08:00
end