mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
350 B
Ruby
12 lines
350 B
Ruby
cask "knuff" do
|
|
version "1.3"
|
|
sha256 "06c6bb6d2254211f4369a9903aefb61eb894c706b08635091f457d1730b79c69"
|
|
|
|
url "https://github.com/KnuffApp/Knuff/releases/download/v#{version}/Knuff.app.zip"
|
|
name "Knuff"
|
|
desc "Debug application for Apple Push Notification Service (APNs)"
|
|
homepage "https://github.com/KnuffApp/Knuff"
|
|
|
|
app "Knuff.app"
|
|
end
|