Add TigerVNC + TurboVNC
This commit is contained in:
parent
844c51f943
commit
a00f78bf0b
2 changed files with 28 additions and 0 deletions
14
modules/TurboVNC.php
Normal file
14
modules/TurboVNC.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class TurboVNC extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('D. R. Commander', 'TurboVNC', 'https://www.turbovnc.org/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://api.github.com/repos/TurboVNC/turbovnc/releases/latest', true))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue