mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.6",
|
|
"description": "Lightweight and flexible command-line JSON processor.",
|
|
"homepage": "https://stedolan.github.io/jq/",
|
|
"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": {
|
|
"github": "https://github.com/stedolan/jq/",
|
|
"regex": "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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://raw.githubusercontent.com/stedolan/jq/jq-$version/sig/v$version/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|