From 0b1ab1ec7db645b566dfc5277ae72c0580f05015 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Mon, 30 Oct 2023 14:04:28 +1100 Subject: [PATCH] picoscope 7.1.13.17054 --- Casks/p/picoscope.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/p/picoscope.rb b/Casks/p/picoscope.rb index b5c13d910d..29be2a9950 100644 --- a/Casks/p/picoscope.rb +++ b/Casks/p/picoscope.rb @@ -1,15 +1,15 @@ cask "picoscope" do - version "7.1.2.15463" - sha256 "2c0dbeb737ee0f94eb4dad296da9de808122f468bf2410fceab466a7aa80a34d" + version "7.1.13.17054" + sha256 "f26ddf6056f43cfae6507dd1b761921b3636034ced5c5e3946f4e2bb8c882ccc" - url "https://www.picotech.com/download/software/sr/PicoScope_#{version}_TnM_Stable.pkg" + url "https://www.picotech.com/download/software/sr/PicoScope_#{version}_TandM_Stable.pkg" name "PicoScope" desc "Test and measurement oscilloscope software for PicoScope oscilloscops" homepage "https://www.picotech.com/" livecheck do url "https://www.picotech.com/downloads/_lightbox/picoscope-#{version.major}-stable-for-macos" - regex(%r{href=.*?/PicoScope[._-]v?(\d+(?:.\d+)+)[._-]TnM[._-]Stable\.pkg}i) + regex(%r{href=.*?/PicoScope[._-]v?(\d+(?:.\d+)+)[._-]T(?:and|n)M[._-]Stable\.pkg}i) end conflicts_with cask: "homebrew/cask-versions/picoscope-beta"