Add MobaXterm
This commit is contained in:
parent
a60d9ca71f
commit
e18fdbc203
1 changed files with 15 additions and 0 deletions
15
modules/MobaXterm.php
Normal file
15
modules/MobaXterm.php
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class MobaXterm extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Mobatek', 'MobaXterm', 'https://mobaxterm.mobatek.net/download-home-edition.html');
|
||||||
|
$this->patch->setBranch('Home Edition');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://mobaxterm.mobatek.net/download-home-edition.html'))
|
||||||
|
return $this->parse('#//download\.mobatek\.net/[\d]+/MobaXterm_Installer_v([\d\.]+)\.zip#');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue