jaq: Update to version 1.4.0

This commit is contained in:
github-actions[bot] 2024-05-23 20:25:41 +00:00
parent d8cc157d94
commit ff78678332

View File

@ -1,16 +1,16 @@
{ {
"version": "1.3.0", "version": "1.4.0",
"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.3.0/jaq-v1.3.0-x86_64-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-x86_64-pc-windows-msvc.exe#/jaq.exe",
"hash": "4d2dc0afb6ed3d663f1fedd89df459723e7da0bd45a7cc972376f2bb7854c463" "hash": "bb8189ee62b3b467f82e06484a7ab7478f8ddc1cc67ec95b7d2ebc2da38dd14d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v1.3.0/jaq-v1.3.0-i686-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-i686-pc-windows-msvc.exe#/jaq.exe",
"hash": "b046b1fb133dbaa579942df1583506c88c1acf21df1f6d00e8a33cb0b0dc52a1" "hash": "d33258e8edcb34ce764b119110a004dd12a9704eac4af1c7863f6b6e5298cebc"
} }
}, },
"bin": "jaq.exe", "bin": "jaq.exe",