Blender: update regex
This commit is contained in:
parent
83d8c15afe
commit
9f8fb4e7fd
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/download/'))
|
if ($this->fetch('https://www.blender.org/download/'))
|
||||||
return $this->parse('/Download Blender ([\d\.]+)( LTS)?/');
|
return $this->parse('_//www\.blender\.org/download/release/Blender[\d\.]+/blender-([\d\.]+)-windows-x64\.msi_');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue