homebrew-cask/Casks/apns-pusher.rb

13 lines
404 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'apns-pusher' do
2014-08-17 17:42:31 +08:00
version '2.3'
sha256 '6aa54050bea8603b45e6737bf2cc6997180b1a58f1d02095f5141176a1335205'
2015-09-29 19:40:23 +08:00
url "https://github.com/KnuffApp/APNS-Pusher/releases/download/v#{version}/APNS.Pusher.app.zip"
appcast 'https://github.com/KnuffApp/APNS-Pusher/releases.atom'
2015-01-04 11:06:17 +08:00
name 'APNS Pusher'
2015-09-29 19:40:23 +08:00
homepage 'https://github.com/KnuffApp/APNS-Pusher'
license :mit
2014-09-16 00:05:14 +08:00
app 'APNS Pusher.app'
2013-11-22 22:34:17 +08:00
end