From 3256c5a6866a8b0cf062626c3ea2a8706717341e Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 12 Jul 2023 06:47:14 +0300 Subject: [PATCH] jc: Add version 1.23.3 (#4911) * jc: Add version 1.23.3 * Update desc. --------- Co-authored-by: HUMORCE --- bucket/jc.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/jc.json diff --git a/bucket/jc.json b/bucket/jc.json new file mode 100644 index 0000000000..3988220142 --- /dev/null +++ b/bucket/jc.json @@ -0,0 +1,25 @@ +{ + "version": "1.23.3", + "description": "Convert the output of CLI, file-types, and common strings to JSON, YAML, or Dictionaries", + "homepage": "https://kellyjonbrazil.github.io/jc/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/kellyjonbrazil/jc/releases/download/v1.23.3/jc-1.23.3-windows.zip", + "hash": "170f335da0490c57c5d968142f49e10e12438977368fd504b6196ec9a32d7b7c", + "extract_dir": "jc-1.23.3-windows" + } + }, + "bin": "jc.exe", + "checkver": { + "github": "https://github.com/kellyjonbrazil/jc" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kellyjonbrazil/jc/releases/download/v$version/jc-$version-windows.zip", + "extract_dir": "jc-$version-windows" + } + } + } +}