Add Glaxnimate
This commit is contained in:
parent
c61174ac3a
commit
78a40550ad
1 changed files with 14 additions and 0 deletions
14
modules/Glaxnimate.php
Normal file
14
modules/Glaxnimate.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Glaxnimate extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Mattia Basaglia', 'Glaxnimate', 'https://glaxnimate.org/download/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch_json('https://invent.kde.org/api/v4/projects/graphics%2Fglaxnimate/repository/tags'))
|
||||||
|
return $this->parse_json('name');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue