From 02167f5cb8854b568767d8d503956ea8bc2274af Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Mon, 16 Oct 2023 10:41:31 +1100 Subject: [PATCH] scribus 1.5.8 --- Casks/s/scribus.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Casks/s/scribus.rb b/Casks/s/scribus.rb index b6c6ca42b3..ec1becc9f8 100644 --- a/Casks/s/scribus.rb +++ b/Casks/s/scribus.rb @@ -8,9 +8,12 @@ cask "scribus" do desc "Free and open-source page layout program" homepage "https://www.scribus.net/" + # The stable branch is outdated and supported on deprecated versions of MacOS. + # Use the devel branch until the stable branch is updated + # https://github.com/Homebrew/homebrew-cask/pull/120289 livecheck do - url "https://www.scribus.net/downloads/unstable-branch/" - regex(/Current\s*development\s*candidate:\s*Scribus\s*(\d+(?:\.\d+)+)/i) + url "https://www.scribus.net/downloads/" + regex(%r{href=.*?scribus[._-]devel/v?(\d+(?:\.\d+)+)}i) end app "Scribus.app"