Compare commits

..

No commits in common. "069598968639bac74a8240e8b76acfd984d17ce0" and "d5f9784e7481030b48ca279f363c524297448879" have entirely different histories.

2 changed files with 0 additions and 28 deletions

View file

@ -1,14 +0,0 @@
<?php
class PipePipe extends PatchBase {
function __construct() {
parent::__construct('PipePipe Project', 'PipePipe', 'https://pipepipe.dev/');
}
function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/InfinityLoop1308/PipePipe/releases/latest'))
return $this->parse_json('tag_name');
return false;
}
}
?>

View file

@ -1,14 +0,0 @@
<?php
class Tubular extends PatchBase {
function __construct() {
parent::__construct('polymorphicshade', 'Tubular', 'https://f-droid.org/packages/org.polymorphicshade.tubular/');
}
function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/polymorphicshade/Tubular/releases/latest'))
return $this->parse_json('tag_name');
return false;
}
}
?>