digiKam: update regex
This commit is contained in:
parent
f20a93d8db
commit
a3db36a716
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue