homebrew-cask/Casks/apple-events.rb

21 lines
776 B
Ruby
Raw Normal View History

2016-09-08 03:29:25 +08:00
cask 'apple-events' do
2017-06-12 03:21:05 +08:00
version '0.8'
sha256 'ed120b247a17dc873c8ee8c1c87a1ffa41d0d26e05361a352d55017a24033806'
2016-09-08 03:29:25 +08:00
2017-06-12 03:21:05 +08:00
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}.zip"
2016-09-08 03:29:25 +08:00
appcast 'https://github.com/insidegui/AppleEvents/releases.atom',
2017-07-26 05:53:16 +08:00
checkpoint: '0d8764624f518ee3eb39bc461706450727f5dad71cfd0f3a3305fb71b6ddabb5'
2016-09-08 03:29:25 +08:00
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',
]
2016-09-08 03:29:25 +08:00
end