From 727236fb0747ed8248071f6c4d684507cfa53e53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:58:33 +0000 Subject: [PATCH 1/2] xbyak 7.20.1 --- Formula/x/xbyak.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index 97607281e5b13..bcc14d3465eb3 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -1,8 +1,8 @@ class Xbyak < Formula desc "C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)" homepage "https://github.com/herumi/xbyak" - url "https://github.com/herumi/xbyak/archive/refs/tags/v7.20.tar.gz" - sha256 "82824b436751d570f404f9d4598216dfd29596ac149bba8b6b5b4fc555061a12" + url "https://github.com/herumi/xbyak/archive/refs/tags/v7.20.1.tar.gz" + sha256 "8ec16c8296e2d5de00368a95c0c367a4c6a594a5167e62c676259215b0032799" license "BSD-3-Clause" head "https://github.com/herumi/xbyak.git", branch: "master" From e512bab510da855ca9576921a81eb53b9c7fdbdd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:28:16 +0000 Subject: [PATCH 2/2] xbyak: update 7.20.1 bottle. --- Formula/x/xbyak.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index bcc14d3465eb3..bcd1ebaa7963f 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -12,7 +12,7 @@ class Xbyak < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "736c1d21ffcdbfce76140064d1e99b75f7ab53d55ddefcf79828ce4fb9ff36c8" + sha256 cellar: :any_skip_relocation, all: "55de17fe53e293591d54012a5f6bbb50d409d5d53dc06f829991bb7b5fdeeaf4" end depends_on "cmake" => :build