From f50d953e10e5cff79a9435c8ca9086e00456a940 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 18 Jul 2019 14:21:34 +0200 Subject: [PATCH] Add restic --- modules/Restic.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Restic.php diff --git a/modules/Restic.php b/modules/Restic.php new file mode 100644 index 0000000..7d4306a --- /dev/null +++ b/modules/Restic.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/restic/restic/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>