homebrew-cask/Casks/contexts.rb

22 lines
719 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'contexts' do
2016-08-11 05:05:31 +08:00
version '2.4'
sha256 'ebe75e2d5e06f17cef50c4675ce9676f22ea830eed698e765f91addf9c86fa01'
2015-07-25 02:36:10 +08:00
url "https://contexts.co/releases/Contexts-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://contexts.co/appcasts/stable.xml',
2016-08-11 05:05:31 +08:00
checkpoint: '188a3f32e1e09ca259c53ee4ca5b6abf9ad65381a25e5465e7821b1d8f8dd4b1'
2015-01-05 05:41:39 +08:00
name 'Contexts'
homepage 'https://contexts.co'
license :commercial
2014-09-16 00:05:25 +08:00
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',
]
2013-09-06 02:08:07 +08:00
end