From 174ddacf6def9b8f3449526a97b43f5d55ebdc5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:36:06 +0000 Subject: [PATCH] hexyl: Update to version 0.15.0 --- bucket/hexyl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/hexyl.json b/bucket/hexyl.json index 429231c168..9ada48b51c 100644 --- a/bucket/hexyl.json +++ b/bucket/hexyl.json @@ -1,18 +1,18 @@ { - "version": "0.14.0", + "version": "0.15.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.14.0/hexyl-v0.14.0-x86_64-pc-windows-msvc.zip", - "hash": "be19a964989391298f9bec1e4371f6f09b774824018f7e036102cc0fdcb89e53", - "extract_dir": "hexyl-v0.14.0-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.15.0/hexyl-v0.15.0-x86_64-pc-windows-msvc.zip", + "hash": "7a1bf4bd3b23fb272c2b38c18f3db08ab0071f3077e35b27f88c405f95caf721", + "extract_dir": "hexyl-v0.15.0-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/sharkdp/hexyl/releases/download/v0.14.0/hexyl-v0.14.0-i686-pc-windows-msvc.zip", - "hash": "1068d78e31956f8392ffe5f13b37bb8199a295f145d135fd16734499c13670bf", - "extract_dir": "hexyl-v0.14.0-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.15.0/hexyl-v0.15.0-i686-pc-windows-msvc.zip", + "hash": "5fde5a13a367457bae094d42508042fee7c06c4f2cf69a0ccf699f3a2922fd6c", + "extract_dir": "hexyl-v0.15.0-i686-pc-windows-msvc" } }, "bin": "hexyl.exe",