homebrew-cask/Casks/curse.rb

23 lines
648 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'curse' do
2015-06-26 18:33:44 +08:00
version :latest
sha256 :no_check
2016-04-26 09:20:12 +08:00
# curseapp.net was verified as official when first introduced to the cask
url 'https://updates.curseapp.net/osx/Curse.dmg'
name 'Curse'
homepage 'https://www.curse.com'
2015-06-26 18:33:44 +08:00
2016-04-26 09:20:12 +08:00
auto_updates true
2015-06-26 18:33:44 +08:00
app 'Curse.app'
2016-04-26 09:20:12 +08:00
zap delete: [
'~/Library/Application Support/Curse',
'~/Library/Curse',
'~/Library/Saved Application State/com.curse.curseclient.savedState',
'~/Library/Caches/com.curse.radium',
'~/Library/Caches/curse',
'~/Library/Preferences/com.curse.curseclient.plist',
]
2015-06-26 18:33:44 +08:00
end