Workspace app LTSR: update regex
This commit is contained in:
parent
0d4ee463aa
commit
99c85865d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue