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; + } +} + +?>