GIMP: download path changed
This commit is contained in:
parent
fdca291cfe
commit
9d40a5f595
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue