Jakub Čábera 2a9e04a144 clink: Update to version 1.1.20
format [j-k]*
2021-01-12 07:52:21 +01:00

38 lines
1.3 KiB
JSON

{
"version": "1.6",
"description": "Lightweight and flexible command-line JSON processor",
"homepage": "https://stedolan.github.io/jq/",
"license": "MIT",
"suggest": {
"jid": "jid"
},
"architecture": {
"64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe",
"hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753"
},
"32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe",
"hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8"
}
},
"bin": "jq.exe",
"checkver": {
"github": "https://github.com/stedolan/jq/",
"regex": "tag/jq-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win64.exe#/jq.exe"
},
"32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win32.exe#/jq.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/stedolan/jq/jq-$version/sig/v$version/sha256sum.txt"
}
}
}