Ghasan Al-Sakkaf b0ddf4466d Adding hash values to jq.json (#1847)
* Adding hash values to jq.json

* Adding newline to the end of the file.
2017-11-15 18:07:17 +01:00

21 lines
752 B
JSON

{
"version": "1.5",
"license": "https://creativecommons.org/licenses/by/3.0/",
"architecture": {
"32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe",
"hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc"
},
"64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe",
"hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94"
}
},
"homepage": "https://stedolan.github.io/jq/",
"bin": "jq.exe",
"checkver": {
"url": "https://github.com/stedolan/jq/releases/latest",
"re": "/releases/tag/jq-([\\d.]+)"
}
}