mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.12.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.12.0/fq_0.12.0_windows_amd64.zip",
|
|
"hash": "d512991c505bfc52464de25a734b4c610acf9c0280e33d46bc6658f44c26af82"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.12.0/fq_0.12.0_windows_arm64.zip",
|
|
"hash": "2d25086ad8bad87c84078a9f3429961d4160c394d8528fee60c62e4ed69a350f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|