2022-12-05 12:51:20 +00:00

33 lines
1.4 KiB
JSON

{
"version": "0.11.0",
"description": "Hex viewer, which uses colored output to distinguish different categories of bytes.",
"homepage": "https://github.com/sharkdp/hexyl",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.11.0/hexyl-v0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "761651b91ec330ac3aa6366dfcafa5b3f8d52bab8a5f7875a07530859c1e9c72",
"extract_dir": "hexyl-v0.11.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.11.0/hexyl-v0.11.0-i686-pc-windows-msvc.zip",
"hash": "82500c36aaaac50d2afeaa84d4b95de100dc3a54376eda15db4b451b3290a8b9",
"extract_dir": "hexyl-v0.11.0-i686-pc-windows-msvc"
}
},
"bin": "hexyl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v$version/hexyl-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "hexyl-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v$version/hexyl-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "hexyl-v$version-i686-pc-windows-msvc"
}
}
}
}