From 568e52a2007a6ce9c41effb781bd0b09523a358e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:31:37 +0000 Subject: [PATCH] jaq: Update to version 1.5.0 --- bucket/jaq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jaq.json b/bucket/jaq.json index ef88e57145..867a8a1e96 100644 --- a/bucket/jaq.json +++ b/bucket/jaq.json @@ -1,16 +1,16 @@ { - "version": "1.4.0", + "version": "1.5.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.4.0/jaq-v1.4.0-x86_64-pc-windows-msvc.exe#/jaq.exe", - "hash": "bb8189ee62b3b467f82e06484a7ab7478f8ddc1cc67ec95b7d2ebc2da38dd14d" + "url": "https://github.com/01mf02/jaq/releases/download/v1.5.0/jaq-v1.5.0-x86_64-pc-windows-msvc.exe#/jaq.exe", + "hash": "b8aad49b6186446f726a90816814201e2d3f8574cd6c399087e507e68f6f708b" }, "32bit": { - "url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-i686-pc-windows-msvc.exe#/jaq.exe", - "hash": "d33258e8edcb34ce764b119110a004dd12a9704eac4af1c7863f6b6e5298cebc" + "url": "https://github.com/01mf02/jaq/releases/download/v1.5.0/jaq-v1.5.0-i686-pc-windows-msvc.exe#/jaq.exe", + "hash": "c5a39d8b1f7ad3228361cb2802e50937c7438c5672c715c034aae6daa7bc3d64" } }, "bin": "jaq.exe",