mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
19 lines
576 B
JSON
19 lines
576 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"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe"
|
|
}
|
|
},
|
|
"homepage": "https://stedolan.github.io/jq/",
|
|
"bin": "jq.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/stedolan/jq/releases/latest",
|
|
"re": "/releases/tag/jq-([\\d.]+)"
|
|
}
|
|
}
|