RouterOS: add stable release info

This commit is contained in:
Steffen Lange 2020-07-31 11:41:36 +02:00
parent 43c2f8baf7
commit 0e9dbcd8ca

View file

@ -3,6 +3,7 @@
class MikroTikRouterOS extends PatchBase { class MikroTikRouterOS extends PatchBase {
function __construct() { function __construct() {
parent::__construct('MikroTik', 'RouterOS', 'https://mikrotik.com/download'); parent::__construct('MikroTik', 'RouterOS', 'https://mikrotik.com/download');
$this->patch->setBranch('Stable');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://mikrotik.com/download')) { if ($this->fetch('https://mikrotik.com/download')) {