From f56ef2d3a89dce7d0ea9c86913d93b040151448a Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 5 Aug 2024 12:16:04 +0200 Subject: [PATCH] Add bruno --- modules/Bruno.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Bruno.php diff --git a/modules/Bruno.php b/modules/Bruno.php new file mode 100644 index 0000000..ad43571 --- /dev/null +++ b/modules/Bruno.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/usebruno/bruno/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>