mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
21 lines
711 B
JSON
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.]+)"
|
|
}
|
|
}
|