Merge pull request #10018 from Ngrd/update-appfresh

Add license, vendor and zap for AppFresh.app
This commit is contained in:
Vítor Galvão 2015-03-12 16:38:25 +01:00
commit 37c07ed902
1 changed files with 11 additions and 2 deletions

View File

@ -6,7 +6,16 @@ cask :v1 => 'appfresh' do
name 'AppFresh' name 'AppFresh'
appcast 'http://backend.metaquark.de/appcast/appfresh.xml' appcast 'http://backend.metaquark.de/appcast/appfresh.xml'
homepage 'http://metaquark.de/appfresh/mac' homepage 'http://metaquark.de/appfresh/mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder license :commercial
tags :vendor => 'metaquark'
app 'appfresh.app' zap :delete => [
'~/Library/Application Support/AppFresh',
'~/Library/Application Support/Growl/Tickets/AppFresh.growlTicket',
'~/Library/Caches/de.metaquark.appfresh',
'~/Preferences/de.metaquark.appfresh.plist',
'~/Library/Saved Application State/de.metaquark.appfresh.savedState'
]
app 'AppFresh.app'
end end