Citrix Workspace app LTSR: fixed regex
This commit is contained in:
parent
3a95931fc3
commit
40c8393404
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/'))
|
||||
return $this->parse('/>Citrix Workspace app ([\d\.]+).+LTSR/');
|
||||
return $this->parse('/>Citrix Workspace app for Windows LTSR ([\d\.]+)</');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue