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>
This commit is contained in:
Marcin Kłopotek 2022-02-07 13:56:57 +01:00 committed by GitHub
parent 0fe2427910
commit 236f9e82fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
bucket/jo.json Normal file
View File

@ -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"
}
}