homebrew-cask/Casks/knuff.rb

13 lines
410 B
Ruby

cask "knuff" do
version "1.3"
sha256 "06c6bb6d2254211f4369a9903aefb61eb894c706b08635091f457d1730b79c69"
url "https://github.com/KnuffApp/Knuff/releases/download/v#{version}/Knuff.app.zip"
appcast "https://github.com/KnuffApp/Knuff/releases.atom"
name "Knuff"
desc "Debug application for Apple Push Notification Service (APNs)"
homepage "https://github.com/KnuffApp/Knuff"
app "Knuff.app"
end