mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 09:21:25 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.0",
|
|
"description": "Tool, language and decoders for working with binary data.",
|
|
"homepage": "https://github.com/wader/fq",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.8.0/fq_0.8.0_windows_amd64.zip",
|
|
"hash": "a0536d31c64cf87caba2494483432a8c01bdacf3b7e25aa6326e4d0a739bab30"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.8.0/fq_0.8.0_windows_arm64.zip",
|
|
"hash": "941d8208eb58ccab7537fdc6f222f2468393ef408a6a1a868a14b4e744658c60"
|
|
}
|
|
},
|
|
"bin": "fq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|