2022-11-30 13:08:14 +08:00

29 lines
1.0 KiB
JSON

{
"version": "0.1.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.1.0/fq_0.1.0_windows_amd64.zip",
"hash": "af9142ee625aa9a616d4eefe21fe06ff21c113113798be39bdb1837060946555"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_arm64.zip",
"hash": "615bdf52785185b4499ee2a3596b191b8ec808db8c81ecf6a2992790b979c54a"
}
},
"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"
}
}
}
}