From 0cf53672a4b6148bf2f51f45b5e2079d42a4fa48 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 4 Mar 2023 18:55:54 +0100 Subject: [PATCH] Add QCAD --- modules/QCAD.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/QCAD.php diff --git a/modules/QCAD.php b/modules/QCAD.php new file mode 100644 index 0000000..2d19828 --- /dev/null +++ b/modules/QCAD.php @@ -0,0 +1,15 @@ +patch->setBranch('Community Edition'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/qcad/qcad/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>