2023-04-13 16:27:14 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.5.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.5.0/fq_0.5.0_windows_amd64.zip",
"hash": "a7127d8fd1ceb63e2aebbb6369b109e9f203c8890bb469fa0ef3c17033cb0af4"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v0.5.0/fq_0.5.0_windows_arm64.zip",
"hash": "840c0bd83c4c29618a8bafda8217052eb1d8c9ac59ecc6493dcbdf18cfd406b2"
}
},
"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"
}
}
}