From eec50e29f15d703dc0c27d18b835a983bdbd026e Mon Sep 17 00:00:00 2001 From: owine Date: Wed, 22 Dec 2021 15:41:14 -0600 Subject: [PATCH] Update pingplotter from 5.19.5 to 5.21.2 (#116332) * Update pingplotter from 5.19.5 to 5.21.2 * add desc, add livecheck Co-authored-by: Bevan Kay --- Casks/pingplotter.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Casks/pingplotter.rb b/Casks/pingplotter.rb index 919fcf74f30..ec7094f913a 100644 --- a/Casks/pingplotter.rb +++ b/Casks/pingplotter.rb @@ -1,12 +1,17 @@ cask "pingplotter" do - version "5.19.5,6802" + version "5.21.2" sha256 :no_check url "https://www.pingplotter.com/downloads/pingplotter_osx.zip" - appcast "https://www.pingplotter.com/download" name "PingPlotter" + desc "Network monitoring tool" homepage "https://www.pingplotter.com/" + livecheck do + url "https://www.pingplotter.com/download/release-highlights" + regex(/

PingPlotter\s+v?(\d+(?:\.\d+)+)[\s<]/i) + end + app "PingPlotter.app" uninstall quit: "com.pingman.pingplotter.mac"