From da6f69ed0016a805c16d9d3d78386068a409da3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:24:55 +0000 Subject: [PATCH] jq: Update to version 1.7.1 --- bucket/jq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jq.json b/bucket/jq.json index ff11a20ad0..fbcdb08091 100644 --- a/bucket/jq.json +++ b/bucket/jq.json @@ -1,5 +1,5 @@ { - "version": "1.7", + "version": "1.7.1", "description": "Lightweight and flexible command-line JSON processor", "homepage": "https://jqlang.github.io/jq/", "license": "MIT", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe#/jq.exe", - "hash": "2e9cc54d0a5d098e2007decec1dbb3c555ca2f5aabded7aec907fe0ffe401aab" + "url": "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe#/jq.exe", + "hash": "7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab" }, "32bit": { - "url": "https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-i386.exe#/jq.exe", - "hash": "9500d0300e28a930ab3430a101ca940038b8e82ca441f5c9a1fddaa9d1b770df" + "url": "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-i386.exe#/jq.exe", + "hash": "e4efdd6a2c463ae714ed98fd5e874fe834a3a2380e17885bd4cda1c49e5166df" } }, "bin": "jq.exe",