GIMP: download path changed

This commit is contained in:
Steffen Lange 2022-09-05 15:22:14 +02:00
parent fdca291cfe
commit 9d40a5f595

View file

@ -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/gimp/v[\d\.]+/windows/gimp-([\d\.]+)-setup[-\d]*\.exe_');
return false;
}
}