Add Citrix Workspace app LTSR
This commit is contained in:
parent
812c30049a
commit
264f0e6d64
1 changed files with 15 additions and 0 deletions
15
modules/CitrixWorkspaceAppLTSR.php
Normal file
15
modules/CitrixWorkspaceAppLTSR.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
class CitrixWorkspaceAppLTSR extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Citrix', 'Workspace App', 'https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/');
|
||||
$this->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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue