From 7774b4e105cf3c8f75235e5831c44e33cfc069fd Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 6 Oct 2023 13:58:16 +0200 Subject: [PATCH] Add PDFsam --- modules/PDFsam.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/PDFsam.php diff --git a/modules/PDFsam.php b/modules/PDFsam.php new file mode 100644 index 0000000..3bab346 --- /dev/null +++ b/modules/PDFsam.php @@ -0,0 +1,15 @@ +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; + } +} + +?>