From 236f9e82fa79a3a8f37efdddae70751db4f0dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Mon, 7 Feb 2022 13:56:57 +0100 Subject: [PATCH] jo: Add version 1.6 (#3289) * jo: Add version 1.6 A tool for creating JSON objects from CLI See https://github.com/jpmens/jo * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/jo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/jo.json diff --git a/bucket/jo.json b/bucket/jo.json new file mode 100644 index 0000000000..3aca95a472 --- /dev/null +++ b/bucket/jo.json @@ -0,0 +1,13 @@ +{ + "version": "1.6", + "description": "A tool for creating JSON objects from CLI", + "homepage": "https://github.com/jpmens/jo", + "license": "GPL-2.0-or-later", + "url": "https://github.com/jpmens/jo/releases/download/1.6/jo.exe", + "hash": "ef0d182528adb77a4397f1f0700b356f644126d31599e39e375d40e136976327", + "bin": "jo.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/jpmens/jo/releases/download/$version/jo.exe" + } +}