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',
2017-01-16 22:57:26 +08:00
checkpoint: '475d39ed0b4a3084af4f7a1068a49065fc7833973b08f3479a57f7f766668d8e'
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