2025-06-01 08:29:33 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.8.0",
"description": "Lightweight and flexible command-line JSON processor",
"homepage": "https://jqlang.github.io/jq/",
"license": "MIT",
"suggest": {
"jid": "jid"
},
"architecture": {
"64bit": {
"url": "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-windows-amd64.exe#/jq.exe",
"hash": "b45fcbb27dcb9e9848ac39889a8bf86457b8d9d31e7c56387c6eab80008fd1f4"
},
"32bit": {
"url": "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-windows-i386.exe#/jq.exe",
"hash": "47e2bcc9c3526ec72fe588136dcd592afaa139bdfb9be1d64244c9dc501b1e34"
}
},
"bin": "jq.exe",
"checkver": {
"github": "https://github.com/jqlang/jq/",
"regex": "tag/jq-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-amd64.exe#/jq.exe"
},
"32bit": {
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-i386.exe#/jq.exe"
}
},
"hash": {
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/sha256sum.txt"
}
}
}