homebrew-cask/Casks/wire.rb

21 lines
727 B
Ruby
Raw Normal View History

cask 'wire' do
version '3.12.3490'
sha256 'bf94eb5fbdd9ceb3e1ac8a94234fc469f73f0d99da48dc58d881ba94f2e87077'
# 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