mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "1.5",
|
|
"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.5/jq-win64.exe#/jq.exe",
|
|
"hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe",
|
|
"hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|