mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.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.10.0/fq_0.10.0_windows_amd64.zip",
|
|
"hash": "392b7e8f67325c58c0e1fac33738657a5158384c4a2d75c9b3c6e451a65cf434"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.10.0/fq_0.10.0_windows_arm64.zip",
|
|
"hash": "ef24842971d6e62a997716522717767c9f19ebb2e6e96646ccddf16c899066cb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|