mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.1",
|
|
"description": "Lightweight and flexible command-line JSON processor",
|
|
"homepage": "https://jqlang.github.io/jq/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"jid": "jid"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe#/jq.exe",
|
|
"hash": "7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-i386.exe#/jq.exe",
|
|
"hash": "e4efdd6a2c463ae714ed98fd5e874fe834a3a2380e17885bd4cda1c49e5166df"
|
|
}
|
|
},
|
|
"bin": "jq.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jqlang/jq/",
|
|
"regex": "tag/jq-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-amd64.exe#/jq.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-i386.exe#/jq.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/jqlang/jq/releases/download/jq-$version/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|