homebrew-cask/Casks/contexts.rb

21 lines
700 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'contexts' do
2017-02-05 02:08:19 +08:00
version '2.8.1'
sha256 'caaf5b6b38fe217c1448510a042c9ad1688c39bca4bf672042dbae44cdef1444'
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',
2017-02-05 02:08:19 +08:00
checkpoint: '15fc9e22e429fc6cd6e00284954b2db2cff4e686942f1e937b5b9e28b901df82'
2015-01-05 05:41:39 +08:00
name 'Contexts'
homepage 'https://contexts.co/'
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