Files
homebrew-cask/Casks/p/pusher.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

17 lines
488 B
Ruby

cask "pusher" do
version "0.7.5"
sha256 "b329a5106b6670bf50da4b91ba34d82102edb70074828cf4d0cd879b1a5e2180"
url "https://github.com/noodlewerk/NWPusher/releases/download/#{version}/pusher.app.zip"
name "NWPusher"
desc "Send push notifications through Apple Push Notification Service"
homepage "https://github.com/noodlewerk/NWPusher"
app "Pusher.app"
zap trash: [
"~/Library/Pusher",
"~/Library/Saved Application State/com.noodlewerk.Pusher.savedState",
]
end