digiKam: update regex

This commit is contained in:
Steffen Lange 2024-08-05 12:14:44 +02:00
parent f20a93d8db
commit a3db36a716

View file

@ -6,7 +6,7 @@ class DigiKam extends PatchBase {
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.digikam.org/download/')) 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; return false;
} }
} }