homebrew-cask/Casks/signal.rb

22 lines
793 B
Ruby
Raw Normal View History

cask 'signal' do
2018-05-02 22:59:29 +08:00
version '1.9.0'
sha256 'b04f6cdfc01a2593c6e474f13d12f011f644348000fe887c249498f3854926a8'
2017-12-21 13:55:25 +08:00
url "https://updates.signal.org/desktop/signal-desktop-mac-#{version}.zip"
2018-01-31 19:46:46 +08:00
appcast 'https://github.com/signalapp/Signal-Desktop/releases.atom',
2018-05-02 22:59:29 +08:00
checkpoint: 'f830de874ec61590e2d613ee29ddb73c90a2adebfa70e5569bc80d16dcd98074'
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