Citrix: ignore space char
This commit is contained in:
parent
be0ca36139
commit
af9459cd57
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class CitrixWorkspaceApp extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
|
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
|
||||||
return $this->parse('/<p>Version: ([\d\.]+) \([\d\.]+\)<\/p>/');
|
return $this->parse('/<p>Version: ([\d\.]+) ?\([\d\.]+\)<\/p>/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue