From 96316b49652d5c9672960b39db141962ad4210b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 00:38:46 +0000 Subject: [PATCH] jq: Update to version 1.6 --- bucket/jq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jq.json b/bucket/jq.json index e7d0759819..5c6a0a74c1 100644 --- a/bucket/jq.json +++ b/bucket/jq.json @@ -1,5 +1,5 @@ { - "version": "1.5", + "version": "1.6", "description": "Lightweight and flexible command-line JSON processor", "homepage": "https://stedolan.github.io/jq/", "license": "MIT", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe", - "hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe", + "hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753" }, "32bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe", - "hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe", + "hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8" } }, "bin": "jq.exe",