2018-11-08 07:46:37 +01:00

31 lines
1.0 KiB
JSON

{
"homepage": "https://stedolan.github.io/jq/",
"version": "1.6",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe",
"hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8"
},
"64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe",
"hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753"
}
},
"bin": "jq.exe",
"checkver": {
"url": "https://github.com/stedolan/jq/releases/latest",
"re": "/releases/tag/jq-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win32.exe#/jq.exe"
},
"64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win64.exe#/jq.exe"
}
}
}
}