Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

21 lines
711 B
JSON

{
"version": "1.5",
"license": "MIT",
"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.]+)"
}
}