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": "1.4.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/v1.4.0/jaq-v1.4.0-x86_64-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "bb8189ee62b3b467f82e06484a7ab7478f8ddc1cc67ec95b7d2ebc2da38dd14d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v1.4.0/jaq-v1.4.0-i686-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "d33258e8edcb34ce764b119110a004dd12a9704eac4af1c7863f6b6e5298cebc"
|
|
}
|
|
},
|
|
"bin": "jaq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-x86_64-pc-windows-msvc.exe#/jaq.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-v$version-i686-pc-windows-msvc.exe#/jaq.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|