diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php index 6a47e16..e650617 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\.]+)<\/p>/'); + return $this->parse('/

Version: ([\d\.]+)(\([\d]+\))?<\/p>/'); return false; } }