From 40c8393404efdc8fff3c6e48d6a9897b0236bff8 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 20 Aug 2022 12:51:38 +0200 Subject: [PATCH] Citrix Workspace app LTSR: fixed regex --- modules/CitrixWorkspaceAppLTSR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php index a6dabeb..9ddae82 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/')) - return $this->parse('/>Citrix Workspace app ([\d\.]+).+LTSR/'); + return $this->parse('/>Citrix Workspace app for Windows LTSR ([\d\.]+)