From 8b84dde21c57d7cdc3cb798e1e8776c95ac3f47e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:29:33 +0000 Subject: [PATCH] jq: Update to version 1.8.0 --- bucket/jq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jq.json b/bucket/jq.json index fbcdb08091..e7fc859c7f 100644 --- a/bucket/jq.json +++ b/bucket/jq.json @@ -1,5 +1,5 @@ { - "version": "1.7.1", + "version": "1.8.0", "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.1/jq-windows-amd64.exe#/jq.exe", - "hash": "7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab" + "url": "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-windows-amd64.exe#/jq.exe", + "hash": "b45fcbb27dcb9e9848ac39889a8bf86457b8d9d31e7c56387c6eab80008fd1f4" }, "32bit": { - "url": "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-i386.exe#/jq.exe", - "hash": "e4efdd6a2c463ae714ed98fd5e874fe834a3a2380e17885bd4cda1c49e5166df" + "url": "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-windows-i386.exe#/jq.exe", + "hash": "47e2bcc9c3526ec72fe588136dcd592afaa139bdfb9be1d64244c9dc501b1e34" } }, "bin": "jq.exe",