From b2aa39e6e2be1c46f599b8b441fd4a963d47221e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 7 Dec 2022 18:40:38 -0500 Subject: [PATCH] hexyl 0.12.0 Closes #117598. Signed-off-by: Dawid Dziurla <9713907+dawidd6@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/hexyl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/hexyl.rb b/Formula/hexyl.rb index 560d54f19ae..47c224ec83b 100644 --- a/Formula/hexyl.rb +++ b/Formula/hexyl.rb @@ -1,8 +1,8 @@ class Hexyl < Formula desc "Command-line hex viewer" homepage "https://github.com/sharkdp/hexyl" - url "https://github.com/sharkdp/hexyl/archive/v0.11.0.tar.gz" - sha256 "ffab2a52f6d95afd4d83ef87b694ec749837a1fb6ea8099b700bd6323a9b622e" + url "https://github.com/sharkdp/hexyl/archive/v0.12.0.tar.gz" + sha256 "bf3a3e8851e7bbcf01f75ae95c018faf3c9f1b7f363159d4a7459bbe11478144" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/sharkdp/hexyl.git", branch: "master"