jaq: Update to version 1.5.1

This commit is contained in:
github-actions[bot] 2024-07-07 12:30:55 +00:00
parent fa84ca7585
commit 98edaef2e7

View File

@ -1,16 +1,16 @@
{ {
"version": "1.5.0", "version": "1.5.1",
"description": "A jq clone focussed on correctness, speed, and simplicity", "description": "A jq clone focussed on correctness, speed, and simplicity",
"homepage": "https://github.com/01mf02/jaq/", "homepage": "https://github.com/01mf02/jaq/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v1.5.0/jaq-v1.5.0-x86_64-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v1.5.1/jaq-v1.5.1-x86_64-pc-windows-msvc.exe#/jaq.exe",
"hash": "b8aad49b6186446f726a90816814201e2d3f8574cd6c399087e507e68f6f708b" "hash": "e7d800a1a16141ec5aa8c056a274c619debdae08fc19c91a92a88cd94418d8b7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v1.5.0/jaq-v1.5.0-i686-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v1.5.1/jaq-v1.5.1-i686-pc-windows-msvc.exe#/jaq.exe",
"hash": "c5a39d8b1f7ad3228361cb2802e50937c7438c5672c715c034aae6daa7bc3d64" "hash": "da1cf31b8cd1f0cdc7d0f2cd63af94ff5a9ea458c239a2da1966a041d777ccdb"
} }
}, },
"bin": "jaq.exe", "bin": "jaq.exe",