Blender: version with single-letter suffix
This commit is contained in:
parent
5ac3d66ad1
commit
ff97e2a9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class Blender extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.blender.org/'))
|
if ($this->fetch('https://www.blender.org/'))
|
||||||
return $this->parse('/>Download Blender ([\d\.a-z]+)</');
|
return $this->parse('/>Download Blender ([\d\.]+[a-z]?)</');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue