From a3db36a7163b0c202182df2109b8b950ccd8502c Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 5 Aug 2024 12:14:44 +0200 Subject: [PATCH] digiKam: update regex --- modules/DigiKam.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/DigiKam.php b/modules/DigiKam.php index d6f0368..6c6c798 100644 --- a/modules/DigiKam.php +++ b/modules/DigiKam.php @@ -6,7 +6,7 @@ class DigiKam extends PatchBase { } function check() : bool { if ($this->fetch('https://www.digikam.org/download/')) - return $this->parse('_//download\.kde\.org/stable/digikam/[\d\.]+/digiKam-([\d\.]+)-Win64\.exe\.mirrorlist_'); + return $this->parse('_//download\.kde\.org/stable/digikam/[\d\.]+/digiKam-([\d\.]+)-Qt6-Win64\.exe\.mirrorlist_'); return false; } }