From 264f0e6d64398d42ee0e681cd61eee2604a1a721 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 25 Jul 2020 00:17:55 +0200 Subject: [PATCH] Add Citrix Workspace app LTSR --- modules/CitrixWorkspaceAppLTSR.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/CitrixWorkspaceAppLTSR.php diff --git a/modules/CitrixWorkspaceAppLTSR.php b/modules/CitrixWorkspaceAppLTSR.php new file mode 100644 index 0000000..a6dabeb --- /dev/null +++ b/modules/CitrixWorkspaceAppLTSR.php @@ -0,0 +1,15 @@ +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 ([\d\.]+).+LTSR/'); + return false; + } +} + +?>