homebrew-cask/Casks/signal.rb

21 lines
704 B
Ruby
Raw Normal View History

cask 'signal' do
2018-07-20 02:53:03 +08:00
version '1.14.3'
sha256 '33eabe6d9ef930d7789d19aed41bc72e99462c81ff8e802f4c3bf4a139a14dea'
2017-12-21 13:55:25 +08:00
url "https://updates.signal.org/desktop/signal-desktop-mac-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/signalapp/Signal-Desktop/releases.atom'
name 'Signal'
homepage 'https://signal.org/'
auto_updates true
app 'Signal.app'
2017-11-18 17:54:26 +08:00
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