Add Apple Events v0.5.2 (#24316)

This commit is contained in:
Thibault Maekelbergh 2016-09-07 21:29:25 +02:00 committed by Vítor Galvão
parent 4451b88e7d
commit 1d8937aec0
1 changed files with 15 additions and 0 deletions

15
Casks/apple-events.rb Normal file
View File

@ -0,0 +1,15 @@
cask 'apple-events' do
version '0.5.2'
sha256 '08aaf1476a33e4dc13b00f130855e75ec0d2a1e79ce864038534d852a5446ce9'
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}.zip"
appcast 'https://github.com/insidegui/AppleEvents/releases.atom',
checkpoint: 'd7ca40878e8a8ed4a7d5423374d102004769ff9ac3fb67ff3d5bd2d44670ffff'
name 'Apple Events'
homepage 'https://github.com/insidegui/AppleEvents'
license :bsd
auto_updates true
app 'Apple Events.app'
end