Add Bludit
This commit is contained in:
parent
24f6d73ae7
commit
5678222910
1 changed files with 14 additions and 0 deletions
14
modules/Bludit.php
Normal file
14
modules/Bludit.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Bludit extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Diego Najar', 'Bludit', 'https://www.bludit.com/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://api.github.com/repos/bludit/bludit/releases/latest', true))
|
||||||
|
return $this->parse_json('tag_name');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue