homebrew-cask/Casks/apple-events.rb

15 lines
508 B
Ruby
Raw Normal View History

2016-09-08 03:29:25 +08:00
cask 'apple-events' do
2016-10-25 20:50:27 +08:00
version '0.7'
sha256 '02348341c90ac1810e326ee936854254fe1f29b50fac751266bd6934eba6b206'
2016-09-08 03:29:25 +08:00
2016-10-25 20:50:27 +08:00
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}_r.zip"
2016-09-08 03:29:25 +08:00
appcast 'https://github.com/insidegui/AppleEvents/releases.atom',
2016-10-25 20:50:27 +08:00
checkpoint: '751efe3487fe195362e1967f84e919a33138d3df47bf738c394bc0fad68a0a34'
2016-09-08 03:29:25 +08:00
name 'Apple Events'
homepage 'https://github.com/insidegui/AppleEvents'
auto_updates true
app 'Apple Events.app'
end