StrawberryPerl: fix broken regex
This commit is contained in:
parent
bd54777862
commit
da7b9f6640
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class StrawberryPerl extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://strawberryperl.com/'))
|
||||
return $this->parse('_/download/[\d\.]+/strawberry-perl-([\d\.]+)-\d+bit\.msi_');
|
||||
return $this->parse('_/strawberry-perl-([\d\.]+)-\d+bit\.msi_');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue