Workspace App LTSR: update url
This commit is contained in:
parent
199b438a86
commit
c2db06aef7
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
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/workspace-app-for-windows-LTSR.html');
|
||||
parent::__construct('Citrix', 'Workspace App', 'https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/workspace-app-for-windows-LTSR-Latest.html');
|
||||
$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/workspace-app-for-windows-LTSR.html'))
|
||||
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/workspace-app-for-windows-long-term-service-release/workspace-app-for-windows-LTSR-Latest.html'))
|
||||
return $this->parse('/<p>Version: ([\d\.]+)<\/p>/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue