RouterOS: add stable release info
This commit is contained in:
parent
43c2f8baf7
commit
0e9dbcd8ca
1 changed files with 1 additions and 0 deletions
|
|
@ -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')) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue