jaq: Update to version 2.2.0 (#6850)

This commit is contained in:
wwasko 2025-05-28 14:49:24 +02:00 committed by GitHub
parent 4b4e130358
commit 02eb81b366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
{ {
"version": "1.6.0", "version": "2.2.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.6.0/jaq-v1.6.0-x86_64-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v2.2.0/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe",
"hash": "def395eb31bab8af440938cddfe24113dfb68e9e5ea199903c3c354564c2296d" "hash": "09a7278599afe6d9f0ac57c40bea7a8e5062bd45da6537cae4ccd0202f61d6e3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v1.6.0/jaq-v1.6.0-i686-pc-windows-msvc.exe#/jaq.exe", "url": "https://github.com/01mf02/jaq/releases/download/v2.2.0/jaq-i686-pc-windows-msvc.exe#/jaq.exe",
"hash": "257bd74e4f01d7bc662e5f77ceaee48fcfd3f93117d5d724d11e4ac67cf21397" "hash": "217a53415582e1ea8ee5fad6c30888bb725d30b88c055700f352592705f5ef5e"
} }
}, },
"bin": "jaq.exe", "bin": "jaq.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-x86_64-pc-windows-msvc.exe#/jaq.exe" "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-i686-pc-windows-msvc.exe#/jaq.exe" "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-i686-pc-windows-msvc.exe#/jaq.exe"
} }
} }
} }