From 7ac650dbb419f5d864289121c5fdb637d7f9245e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:51:20 +0000 Subject: [PATCH] hexyl: Update to version 0.11.0 --- bucket/hexyl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/hexyl.json b/bucket/hexyl.json index bf4b6f4b3c..d3ff335d7c 100644 --- a/bucket/hexyl.json +++ b/bucket/hexyl.json @@ -1,18 +1,18 @@ { - "version": "0.10.0", + "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.10.0/hexyl-v0.10.0-x86_64-pc-windows-msvc.zip", - "hash": "cff955c53eb622f500ce1cde29e15ab62456315c2ad2edf4eb06fd1604ae3113", - "extract_dir": "hexyl-v0.10.0-x86_64-pc-windows-msvc" + "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.10.0/hexyl-v0.10.0-i686-pc-windows-msvc.zip", - "hash": "52e01ee41268350a36e15ce6de683221f2382c5b38763c806de2e436635709ed", - "extract_dir": "hexyl-v0.10.0-i686-pc-windows-msvc" + "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",