mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.5.1",
|
|
"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.5.1/jaq-v1.5.1-x86_64-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "e7d800a1a16141ec5aa8c056a274c619debdae08fc19c91a92a88cd94418d8b7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/01mf02/jaq/releases/download/v1.5.1/jaq-v1.5.1-i686-pc-windows-msvc.exe#/jaq.exe",
|
|
"hash": "da1cf31b8cd1f0cdc7d0f2cd63af94ff5a9ea458c239a2da1966a041d777ccdb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|