Remove OpenBeken

This commit is contained in:
Steffen Lange 2023-02-20 13:46:54 +01:00
parent e863aec0bd
commit d67ff2b82e

View file

@ -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;
}
}
?>