homebrew-cask/Casks/wire.rb

21 lines
726 B
Ruby

cask 'wire' do
version '3.6.2923'
sha256 'd485c5cea48d44c2584c452dea2e471a3a0742c357cdae8d89f45c65163ca081'
# 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