2025-07-07 16:29:48 +00:00

29 lines
1.1 KiB
JSON

{
"version": "2.3.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/v2.3.0/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe",
"hash": "6762d8fd23e1cf07807a5d4caea76c2c1a81ba5b4230638414baa07296943d47"
},
"32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v2.3.0/jaq-i686-pc-windows-msvc.exe#/jaq.exe",
"hash": "a785dec7cb25483c0d42059c52263328a02c1715e45a95c686e46853005d6c76"
}
},
"bin": "jaq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe"
},
"32bit": {
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-i686-pc-windows-msvc.exe#/jaq.exe"
}
}
}
}