Files
homebrew-cask/Casks/k/knuff.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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