From 6f19928740b6f40ceddfe9633224c13618c376bf Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:00:00 +0300 Subject: [PATCH] jaq: Add version 1.2 (#5333) Fixes #5307 --- bucket/jaq.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/jaq.json diff --git a/bucket/jaq.json b/bucket/jaq.json new file mode 100644 index 0000000000..79948cf6a2 --- /dev/null +++ b/bucket/jaq.json @@ -0,0 +1,28 @@ +{ + "version": "1.2.0", + "description": "A jq clone focussed on correctness, speed, and simplicity", + "homepage": "https://github.com/01mf02/jaq/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/01mf02/jaq/releases/download/v1.2.0/jaq-v1.2.0-x86_64-pc-windows-msvc.exe#/jaq.exe", + "hash": "c21bb79d4bed96b97a074bae59d905a622b1d893912d9a09181be5aac9c4cec6" + }, + "32bit": { + "url": "https://github.com/01mf02/jaq/releases/download/v1.2.0/jaq-v1.2.0-i686-pc-windows-msvc.exe#/jaq.exe", + "hash": "1c4ebc2eb55e4fb8fc9ff51662b99e2d05b7d4001d0c109ae5dd1d0914e46243" + } + }, + "bin": "jaq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-x86_64-pc-windows-msvc.exe#/jaq.exe" + }, + "32bit": { + "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-i686-pc-windows-msvc.exe#/jaq.exe" + } + } + } +}