2022-02-14 00:31:58 +00:00

22 lines
681 B
JSON

{
"version": "0.0.5",
"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.0.5/fq_0.0.5_windows_amd64.zip",
"hash": "bdc6599448131248332245c6a22fdfdf20b45e9f229a887533de40a467fb4496"
}
},
"bin": "fq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
}
}
}
}