From c2db06aef733e05544f95f72c996daa8b79b33dc Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 2 Dec 2022 10:36:14 +0100 Subject: [PATCH] Workspace App LTSR: update url --- modules/CitrixWorkspaceAppLTSR.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php index 3f5f373..6a47e16 100644 --- a/modules/CitrixWorkspaceAppLTSR.php +++ b/modules/CitrixWorkspaceAppLTSR.php @@ -2,11 +2,11 @@ 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/workspace-app-for-windows-LTSR.html'); + 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-Latest.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/workspace-app-for-windows-LTSR.html')) + 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 false; }