homebrew-cask/Casks/apple-events.rb

20 lines
681 B
Ruby

cask 'apple-events' do
version '1.4'
sha256 'a29d998f1b8c297c93934f45294e1798cfcf5a47123fd189f7d10bc5ff479208'
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}.zip"
appcast 'https://github.com/insidegui/AppleEvents/releases.atom'
name 'Apple Events'
homepage 'https://github.com/insidegui/AppleEvents'
auto_updates true
app 'Apple Events.app'
zap trash: [
'~/Library/Application Support/br.com.guilhermerambo.Apple-Events',
'~/Library/Caches/br.com.guilhermerambo.Apple-Events',
'~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist',
]
end