From 73c5f9362ec278293dac87aae7b963c159f72642 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:13:16 +0000 Subject: [PATCH 1/2] hexyl 0.17.0 --- Formula/h/hexyl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hexyl.rb b/Formula/h/hexyl.rb index de00a19c1987..b4587a9bbd7c 100644 --- a/Formula/h/hexyl.rb +++ b/Formula/h/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/refs/tags/v0.16.0.tar.gz" - sha256 "52853b4edede889b40fd6ff132e1354d957d1f26ee0c26ebdea380f8ce82cb0b" + url "https://github.com/sharkdp/hexyl/archive/refs/tags/v0.17.0.tar.gz" + sha256 "72fa17397ad187eec6b295d02c7caabbb209a6e0d5706187b8a599bd5df8615e" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/sharkdp/hexyl.git", branch: "master" From 7ef1b2cccb8f20f4bd04fa6507af2ad7adbda180 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:28:49 +0000 Subject: [PATCH 2/2] hexyl: update 0.17.0 bottle. --- Formula/h/hexyl.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/h/hexyl.rb b/Formula/h/hexyl.rb index b4587a9bbd7c..0fe87889501d 100644 --- a/Formula/h/hexyl.rb +++ b/Formula/h/hexyl.rb @@ -7,14 +7,12 @@ class Hexyl < Formula head "https://github.com/sharkdp/hexyl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "c15731c7c84f60dfc4f741663937e78951f846bf5c31fe78c4a3baf5a2af934e" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97598fb11f5c1a101081183f3a00864973d5349402864db0e2c694a48c079f97" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "21cada0c4349bfc09a426f2616e4f881ef42d6625d46120d65f95394e2e36fb2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "779a6fdb3c0f2e6510bd57178035273a0f9646f5040d7a5f62c71b6acfe40242" - sha256 cellar: :any_skip_relocation, sonoma: "61036a4e637cedfd6552216797444bf1bf0cbd1d2904fa45be32ac595cfbcb78" - sha256 cellar: :any_skip_relocation, ventura: "42429a6a91e2d1f963559a9c618397be4ab0fbd70e206c599e49acab065cdff4" - sha256 cellar: :any_skip_relocation, arm64_linux: "80fe3aabca5af968a98011d4eafacf571e107ef9650342a293f9585de3980009" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84ad345fa48b2ea4a6e62145423924a9f4112f10b1cfd1f765bdb7b3531d56c5" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a380040d842d6ced8dc8015f3d9b25d45c5b60f594f4480609d011ef22bd58d5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6056e76bd579cd03b0658c2afc15be46381cf6329a4fd25b6ee43fc0bfb6be8c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "64c933b2a5bf71487abbfe7d056960955a4eaf30d28040d5745b661e5cddf8d3" + sha256 cellar: :any_skip_relocation, sonoma: "1ddae4d3fad1bc47f842293c728ee099aa4b6e1693a93ccc34b34776ecad6a35" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ea9567b1f011c966988dec4e0bbfa23e7685733a9b5b938c65302bc19603e91" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b2728e436ddc3e43a3bd757a05c7e375681b8e1e057eb606f151bc9925a7b0ed" end depends_on "pandoc" => :build