homebrew-cask/Casks/wire.rb

21 lines
728 B
Ruby

cask 'wire' do
version '3.18.3728'
sha256 'b4f87f375552ea498089a36232be115f72da797c8131bb95d33d15ee4b9a2376'
# github.com/wireapp/wire-desktop/ was verified as official when first introduced to the cask
url "https://github.com/wireapp/wire-desktop/releases/download/macos%2F#{version}/Wire.pkg"
appcast 'https://github.com/wireapp/wire-desktop/releases.atom'
name 'Wire'
homepage 'https://wire.com/'
pkg 'Wire.pkg'
uninstall pkgutil: 'com.wearezeta.zclient.mac',
signal: [
['TERM', 'com.wearezeta.zclient.mac.helper'],
['TERM', 'com.wearezeta.zclient.mac'],
]
zap trash: '~/Library/Containers/com.wearezeta.zclient.mac'
end