Remove OpenBeken
This commit is contained in:
parent
e863aec0bd
commit
d67ff2b82e
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class OpenBeken extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('openshwprojects', 'OpenBeken', 'https://github.com/openshwprojects/OpenBK7231T_App');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch_json('https://api.github.com/repos/openshwprojects/OpenBK7231T_App/releases/latest'))
|
|
||||||
return $this->parse_json('tag_name');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue