UVNC: update regex
This commit is contained in:
parent
2077144911
commit
eb8c397577
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class UltraVNC extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://uvnc.com/downloads/ultravnc.html'))
|
||||
return $this->parse('/Latest release version: ([\d\.]+)/u');
|
||||
return $this->parse('/Latest release version: UltraVNC ([\d\.]+)/u');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue