Add RVTools
This commit is contained in:
parent
7ac7168c36
commit
3e3bc64438
1 changed files with 14 additions and 0 deletions
14
modules/RVTools.php
Normal file
14
modules/RVTools.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class RVTools extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Rob de Veij', 'RVTools', 'https://www.robware.net/rvtools/download/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://www.robware.net/rvtools/'))
|
||||||
|
return $this->parse('/Latest Version: ([\d.]+)/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue