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

26 lines
702 B
Ruby

cask "pingnoo" do
version "2021.04.30-develop"
sha256 "827db036cdc0535bac5b9a1fcf9de4bdaea54ecd5bded702c127303229f10378"
url "https://github.com/nedrysoft/pingnoo/releases/download/#{version}/Pingnoo.#{version}.universal.dmg",
verified: "github.com/nedrysoft/pingnoo/"
name "pingnoo"
desc "Open-source cross-platform traceroute/ping analyser"
homepage "https://www.pingnoo.com/"
livecheck do
url :url
regex(/v?(\d+(?:\.\d+)+-\w+)/i)
strategy :github_latest
end
depends_on macos: ">= :high_sierra"
app "Pingnoo.app"
zap trash: [
"~/Library/Application Support/Nedrysoft",
"~/Library/Saved Application State/com.nedrysoft.pingnoo.savedState",
]
end