apple-events: Update appcast hash and add zap delete stanza (#31076)

This commit is contained in:
giannitm 2017-03-18 14:34:41 +00:00 committed by Vítor Galvão
parent 9c919782b9
commit 3b0c959a67
1 changed files with 7 additions and 1 deletions

View File

@ -4,11 +4,17 @@ cask 'apple-events' do
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}_r.zip"
appcast 'https://github.com/insidegui/AppleEvents/releases.atom',
checkpoint: '475d39ed0b4a3084af4f7a1068a49065fc7833973b08f3479a57f7f766668d8e'
checkpoint: 'cdf5faa46cdf2b6215c68424a681bba8462d5f4e0d39791929f2411b4bd08b9f'
name 'Apple Events'
homepage 'https://github.com/insidegui/AppleEvents'
auto_updates true
app 'Apple Events.app'
zap delete: [
'~/Library/Application Support/br.com.guilhermerambo.Apple-Events',
'~/Library/Caches/br.com.guilhermerambo.Apple-Events',
'~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist',
]
end