2024-09-21 16:29:45 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.13.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.13.0/fq_0.13.0_windows_amd64.zip",
"hash": "81bc8348f562db8c025afc26220ffa571fc9d9e76cb57806c5cca04dba7b39a1"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v0.13.0/fq_0.13.0_windows_arm64.zip",
"hash": "390a10848fda1872be0761d4400ed933a8792ce0b7b6765158286f156236272d"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}