diff --git a/modules/GIMP.php b/modules/GIMP.php index 9b72e3c..4d3fd99 100644 --- a/modules/GIMP.php +++ b/modules/GIMP.php @@ -6,7 +6,7 @@ class GIMP extends PatchBase { } function check() : bool { if ($this->fetch('https://www.gimp.org/downloads/')) - return $this->parse('_//download\.gimp\.org/mirror/pub/gimp/v[\d\.]+/windows/gimp-([\d\.]+)-setup[\-\d]*\.exe_'); + return $this->parse('_//download\.gimp\.org/mirror/pub/gimp/v[\d\.]+/windows/gimp-([\d\.]+)-setup[-\d]*\.exe_'); return false; } }