Workspace app LTSR: update regex

This commit is contained in:
Steffen Lange 2024-04-13 15:27:37 +02:00
parent 0d4ee463aa
commit 99c85865d8

View file

@ -7,7 +7,7 @@ class CitrixWorkspaceAppLTSR extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/workspace-app-for-windows-LTSR-Latest.html'))
return $this->parse('/<p>Version: ([\d\.]+)<\/p>/');
return $this->parse('/<p>Version: ([\d\.]+)(\([\d]+\))?<\/p>/');
return false;
}
}