homebrew-cask/Casks/contexts.rb

20 lines
605 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'contexts' do
2018-05-15 04:06:49 +08:00
version '3.7.1'
sha256 'de5e4a660cc30276155606b539d1ae58684115a3983d69598f1505fcad499a87'
2017-08-15 02:24:38 +08:00
url "https://contexts.co/releases/Contexts-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://contexts.co/appcasts/stable.xml'
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'
2017-11-18 17:49:19 +08:00
zap trash: [
'~/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