mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.2.0",
|
|
"description": "A jq clone focussed on correctness, speed, and simplicity",
|
|
"homepage": "https://github.com/01mf02/jaq/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v2.2.0/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "09a7278599afe6d9f0ac57c40bea7a8e5062bd45da6537cae4ccd0202f61d6e3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v2.2.0/jaq-i686-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "217a53415582e1ea8ee5fad6c30888bb725d30b88c055700f352592705f5ef5e"
|
|
}
|
|
},
|
|
"bin": "jaq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-i686-pc-windows-msvc.exe#/jaq.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|