homebrew-cask/Casks/wire.rb

22 lines
840 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"
2017-08-15 02:25:55 +08:00
appcast 'https://github.com/wireapp/wire-desktop/releases.atom',
2017-10-19 20:28:58 +08:00
checkpoint: 'ba06d3cc4687d5c1c2229eb2c5b14dd485e51a338ec267636553ce304581be6a'
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