hexyl: Update to version 0.16.0

This commit is contained in:
github-actions[bot] 2024-12-27 16:29:10 +00:00
parent 26370445ee
commit 28fc9b7f64

View File

@ -1,18 +1,18 @@
{ {
"version": "0.15.0", "version": "0.16.0",
"description": "Hex viewer, which uses colored output to distinguish different categories of bytes.", "description": "Hex viewer, which uses colored output to distinguish different categories of bytes.",
"homepage": "https://github.com/sharkdp/hexyl", "homepage": "https://github.com/sharkdp/hexyl",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.15.0/hexyl-v0.15.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/sharkdp/hexyl/releases/download/v0.16.0/hexyl-v0.16.0-x86_64-pc-windows-msvc.zip",
"hash": "7a1bf4bd3b23fb272c2b38c18f3db08ab0071f3077e35b27f88c405f95caf721", "hash": "c9213c50faaba26f8b4268d8fc0bd624061d93c34f1977a9b09de95e561784dd",
"extract_dir": "hexyl-v0.15.0-x86_64-pc-windows-msvc" "extract_dir": "hexyl-v0.16.0-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.15.0/hexyl-v0.15.0-i686-pc-windows-msvc.zip", "url": "https://github.com/sharkdp/hexyl/releases/download/v0.16.0/hexyl-v0.16.0-i686-pc-windows-msvc.zip",
"hash": "5fde5a13a367457bae094d42508042fee7c06c4f2cf69a0ccf699f3a2922fd6c", "hash": "78c4af46d119866ac123ca8f3a4245c109256b4d441defd53accea21173e968a",
"extract_dir": "hexyl-v0.15.0-i686-pc-windows-msvc" "extract_dir": "hexyl-v0.16.0-i686-pc-windows-msvc"
} }
}, },
"bin": "hexyl.exe", "bin": "hexyl.exe",