2025-07-12 16:29:30 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.15.1",
"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.15.1/fq_0.15.1_windows_amd64.zip",
"hash": "6e98f9261c57a97b733c82d7474198be1c01489d28f99b82124daf7cf78642a6"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v0.15.1/fq_0.15.1_windows_arm64.zip",
"hash": "77901e02700301b2e759b7e7c3046f6c020b6763103346c8be099707f8812f00"
}
},
"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"
}
}
}