From ff786783322069e723d9a92ca77dc0472ed4e8f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:25:41 +0000 Subject: [PATCH] jaq: Update to version 1.4.0 --- bucket/jaq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jaq.json b/bucket/jaq.json index e73624e4f0..ef88e57145 100644 --- a/bucket/jaq.json +++ b/bucket/jaq.json @@ -1,16 +1,16 @@ { - "version": "1.3.0", + "version": "1.4.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.3.0/jaq-v1.3.0-x86_64-pc-windows-msvc.exe#/jaq.exe", - "hash": "4d2dc0afb6ed3d663f1fedd89df459723e7da0bd45a7cc972376f2bb7854c463" + "url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-x86_64-pc-windows-msvc.exe#/jaq.exe", + "hash": "bb8189ee62b3b467f82e06484a7ab7478f8ddc1cc67ec95b7d2ebc2da38dd14d" }, "32bit": { - "url": "https://github.com/01mf02/jaq/releases/download/v1.3.0/jaq-v1.3.0-i686-pc-windows-msvc.exe#/jaq.exe", - "hash": "b046b1fb133dbaa579942df1583506c88c1acf21df1f6d00e8a33cb0b0dc52a1" + "url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-i686-pc-windows-msvc.exe#/jaq.exe", + "hash": "d33258e8edcb34ce764b119110a004dd12a9704eac4af1c7863f6b6e5298cebc" } }, "bin": "jaq.exe",