2024-06-26 12:31:37 +00:00

29 lines
1.1 KiB
JSON

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