homebrew-cask/Casks/apple-events.rb

21 lines
776 B
Ruby

cask 'apple-events' do
version '0.8'
sha256 'ed120b247a17dc873c8ee8c1c87a1ffa41d0d26e05361a352d55017a24033806'
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}.zip"
appcast 'https://github.com/insidegui/AppleEvents/releases.atom',
checkpoint: '0d8764624f518ee3eb39bc461706450727f5dad71cfd0f3a3305fb71b6ddabb5'
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