From 31e6dd6b9a83440f6cb4e34830063e178bfb701e Mon Sep 17 00:00:00 2001 From: owine Date: Sat, 5 Feb 2022 20:22:33 -0600 Subject: [PATCH] Update pingplotter from 5.21.2 to 5.22.3 (#118714) * Update pingplotter from 5.21.2 to 5.22.3 * pingplotter: Update livecheck URL --- Casks/pingplotter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/pingplotter.rb b/Casks/pingplotter.rb index ec7094f913a..2f11c2e54bc 100644 --- a/Casks/pingplotter.rb +++ b/Casks/pingplotter.rb @@ -1,5 +1,5 @@ cask "pingplotter" do - version "5.21.2" + version "5.22.3" sha256 :no_check url "https://www.pingplotter.com/downloads/pingplotter_osx.zip" @@ -8,8 +8,8 @@ cask "pingplotter" do homepage "https://www.pingplotter.com/" livecheck do - url "https://www.pingplotter.com/download/release-highlights" - regex(/

PingPlotter\s+v?(\d+(?:\.\d+)+)[\s<]/i) + url "https://www.pingplotter.com/download/macos/release-notes.html" + regex(/

PingPlotter\s+v?(\d+(?:\.\d+)+)[[:space:]<]/i) end app "PingPlotter.app"