homebrew-cask/Casks/signal.rb

21 lines
704 B
Ruby

cask 'signal' do
version '1.26.2'
sha256 '4efaec1e9256fecae98fdc0f17e687c8da3bf2f5fc0c98b8f5f4c739e373ccd6'
url "https://updates.signal.org/desktop/signal-desktop-mac-#{version}.zip"
appcast 'https://github.com/signalapp/Signal-Desktop/releases.atom'
name 'Signal'
homepage 'https://signal.org/'
auto_updates true
app 'Signal.app'
zap trash: [
'~/Library/Application Support/Signal',
'~/Library/Preferences/org.whispersystems.signal-desktop.helper.plist',
'~/Library/Preferences/org.whispersystems.signal-desktop.plist',
'~/Library/Saved Application State/org.whispersystems.signal-desktop.savedState',
]
end