2022-08-25 16:30:44 +00:00

22 lines
681 B
JSON

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