Add PDFsam
This commit is contained in:
parent
1dc817532f
commit
7774b4e105
1 changed files with 15 additions and 0 deletions
15
modules/PDFsam.php
Normal file
15
modules/PDFsam.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
class PDFsam extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Sober Lemur S.r.l.', 'PDFsam', 'https://pdfsam.org/download-pdfsam-basic/');
|
||||
$this->patch->setBranch('Basic');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/torakiki/pdfsam/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue