diff --git a/modules/CitrixReceiverLTSR.php b/modules/CitrixReceiverLTSR.php new file mode 100644 index 0000000..ed3ba6c --- /dev/null +++ b/modules/CitrixReceiverLTSR.php @@ -0,0 +1,15 @@ +patch->setBranch('LTSR'); + } + function check() : bool { + if ($this->fetch('https://www.citrix.com/downloads/citrix-receiver/windows-ltsr/')) + return $this->parse('/\/receiver-for-windows-ltsr-latest.html">Receiver ([\d\.]+) for Windows/'); + return false; + } +} + +?> diff --git a/modules/CitrixWorkspaceApp.php b/modules/CitrixWorkspaceApp.php new file mode 100644 index 0000000..2fbc411 --- /dev/null +++ b/modules/CitrixWorkspaceApp.php @@ -0,0 +1,14 @@ +fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html')) + return $this->parse('/

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