homebrew-cask/Casks/contexts.rb

22 lines
721 B
Ruby

cask 'contexts' do
version '1.9.2'
sha256 'cf01b2c7f8ff061071f8352794dbbc8f385bc0c2089a5df30792627d587baa59'
url "https://contexts.co/releases/Contexts-#{version}.zip"
appcast 'https://contexts.co/appcasts/stable.xml',
checkpoint: 'c3c271dcc8fad21e821c702b5da65b1a32b641219c0629b88063e20aa243960d'
name 'Contexts'
homepage 'https://contexts.co'
license :commercial
app 'Contexts.app'
uninstall quit: 'com.contextsformac.Contexts'
zap delete: [
'~/Library/Application Support/.com.contextsformac.Contexts.plist',
'~/Library/Caches/com.contextsformac.Contexts',
'~/Library/Preferences/com.contextsformac.Contexts.plist',
]
end