diff --git a/modules/StrawberryPerl.php b/modules/StrawberryPerl.php index 21cdcc9..f93ab32 100644 --- a/modules/StrawberryPerl.php +++ b/modules/StrawberryPerl.php @@ -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; } }