From 403789119079a60837bf823b0f2761fd20db4a3e Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:29:46 -0400 Subject: [PATCH] toshiba-color-mfp: update livecheck --- Casks/t/toshiba-color-mfp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/toshiba-color-mfp.rb b/Casks/t/toshiba-color-mfp.rb index 232bf78e21..af80028ace 100644 --- a/Casks/t/toshiba-color-mfp.rb +++ b/Casks/t/toshiba-color-mfp.rb @@ -8,7 +8,7 @@ cask "toshiba-color-mfp" do homepage "https://business.toshiba.com/support" livecheck do - url "http://business.toshiba.com/support/downloads/GetDownloads.jsp?model=e-STUDIO3515AC" + url "https://business.toshiba.com/support/downloads/GetDownloads.jsp?model=e-STUDIO3515AC" strategy :page_match do |page| match = page.match(/"MacDC",.*?"id":"(\d+)",.*?"versionName":"(\d+(?:\.\d+)+)",/) next if match.blank?