diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php index e650617..befbf17 100644 --- a/modules/CitrixWorkspaceAppLTSR.php +++ b/modules/CitrixWorkspaceAppLTSR.php @@ -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('/
Version: ([\d\.]+)(\([\d]+\))?<\/p>/'); + return $this->parse('/
Version: ([\d\.]+)( \([\d\.]+\))?<\/p>/'); return false; } }