Compare commits
No commits in common. "36fdcdbb2cefc5f8af70625bf2b14a8b9e7ab96c" and "949197cc9ddc453ca3a8735a4947c6d92f51963b" have entirely different histories.
36fdcdbb2c
...
949197cc9d
3 changed files with 0 additions and 42 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class Autorestic extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Niccolo Borgioli', 'autorestic', 'https://autorestic.vercel.app/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/cupcakearmy/autorestic/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class KOReader extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('KOReader Contributors', 'KOReader', 'http://koreader.rocks/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/koreader/koreader/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class Resticprofile extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Creative Projects', 'resticprofile', 'https://creativeprojects.github.io/resticprofile/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/creativeprojects/resticprofile/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue