diff --git a/modules/CitrixReceiverLTSR.php b/modules/CitrixReceiverLTSR.php deleted file mode 100644 index ed3ba6c..0000000 --- a/modules/CitrixReceiverLTSR.php +++ /dev/null @@ -1,15 +0,0 @@ -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; - } -} - -?>