UVNC: update regex

This commit is contained in:
Steffen Lange 2025-07-05 15:38:31 +02:00
parent 2077144911
commit eb8c397577

View file

@ -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;
}
}