Remove Citrix Receiver
This commit is contained in:
parent
7c23599f1b
commit
e0faa2e81e
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class CitrixReceiverLTSR extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('Citrix', 'Receiver', 'https://www.citrix.com/downloads/citrix-receiver/windows-ltsr/');
|
|
||||||
$this->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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue