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.
22 lines
521 B
Ruby
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
|