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

22 lines
521 B
Ruby

cask "pulse" do
version "0.20.0"
sha256 "ea3b06cea25f2a24f30cc38f2f879d43ae6b1b2868d0cab092bb0e2acfea9a31"
url "https://github.com/kean/Pulse/releases/download/#{version}/Pulse-macos.zip",
verified: "github.com/kean/Pulse/"
name "Pulse"
desc "Logger and network inspector"
homepage "https://kean.blog/pulse/home"
app "Pulse.app"
zap trash: [
"~/Library/Application Scripts/com.github.kean.pulse",
"~/Library/Containers/com.github.kean.pulse",
]
caveats do
discontinued
end
end