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"