Remove Citrix Workspace app, current version
This commit is contained in:
parent
ece4462f53
commit
7ccf7acd5b
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class CitrixWorkspaceApp extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Citrix', 'Workspace App', 'https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
|
||||
return $this->parse('/<p>Version: ([\d\.]+) ?\([\d\.]+\)<\/p>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue