mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.11.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.11.0/fq_0.11.0_windows_amd64.zip",
|
|
"hash": "260c09af695c59bbddc07f4f4d75e1699232e234ed2df162ab47e86092efcd05"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.11.0/fq_0.11.0_windows_arm64.zip",
|
|
"hash": "413282c59168ff0d2325d2ec58ef132067860f32f3067062892174d696332708"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|