homebrew-cask/Casks/contexts.rb

22 lines
738 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'contexts' do
2015-11-25 05:47:17 +08:00
version '1.9.2'
sha256 'cf01b2c7f8ff061071f8352794dbbc8f385bc0c2089a5df30792627d587baa59'
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',
:sha256 => '2cf3397ce28981a07cbd93e80716ade96e5d46843dc55184d2dcc27dbed3ca26'
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