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 {
function __construct() {
parent::__construct('MikroTik', 'RouterOS', 'https://mikrotik.com/download');
$this->patch->setBranch('Stable');
}
function check() : bool {
if ($this->fetch('https://mikrotik.com/download')) {