From fdca291cfe08e853a192039f5dff00cfd2e5b0dd Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 5 Sep 2022 15:21:11 +0200 Subject: [PATCH] Citrix Workspace app LTSR: parse detail page --- modules/CitrixWorkspaceAppLTSR.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php index 9ddae82..3f5f373 100644 --- a/modules/CitrixWorkspaceAppLTSR.php +++ b/modules/CitrixWorkspaceAppLTSR.php @@ -2,12 +2,12 @@ class CitrixWorkspaceAppLTSR extends PatchBase { function __construct() { - parent::__construct('Citrix', 'Workspace App', 'https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/'); + parent::__construct('Citrix', 'Workspace App', 'https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/workspace-app-for-windows-LTSR.html'); $this->patch->setBranch('LTSR'); } 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 for Windows LTSR ([\d\.]+)fetch('https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/workspace-app-for-windows-LTSR.html')) + return $this->parse('/

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