2022-05-01 16:31:17 +00:00

22 lines
681 B
JSON

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