hexyl: Update to version 0.12.0

This commit is contained in:
github-actions[bot] 2022-12-08 01:57:42 +00:00
parent 2f5ba5a9d7
commit 0cd17e5bf3

View File

@ -1,18 +1,18 @@
{ {
"version": "0.11.0", "version": "0.12.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.11.0/hexyl-v0.11.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/sharkdp/hexyl/releases/download/v0.12.0/hexyl-v0.12.0-x86_64-pc-windows-msvc.zip",
"hash": "761651b91ec330ac3aa6366dfcafa5b3f8d52bab8a5f7875a07530859c1e9c72", "hash": "adbfd61777a88342cc7d58d0df9a7482db34f97f8702079d3719aca9f4ec490c",
"extract_dir": "hexyl-v0.11.0-x86_64-pc-windows-msvc" "extract_dir": "hexyl-v0.12.0-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.11.0/hexyl-v0.11.0-i686-pc-windows-msvc.zip", "url": "https://github.com/sharkdp/hexyl/releases/download/v0.12.0/hexyl-v0.12.0-i686-pc-windows-msvc.zip",
"hash": "82500c36aaaac50d2afeaa84d4b95de100dc3a54376eda15db4b451b3290a8b9", "hash": "9de5e964519f4eba797063b75bc970a350e9ec98fa7b44f6ffd13f81a73e588e",
"extract_dir": "hexyl-v0.11.0-i686-pc-windows-msvc" "extract_dir": "hexyl-v0.12.0-i686-pc-windows-msvc"
} }
}, },
"bin": "hexyl.exe", "bin": "hexyl.exe",