2022-03-11 16:30:09 +00:00

22 lines
681 B
JSON

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