Skip to content

Commit 9c4bd1c

Browse files
authored
Merge pull request Homebrew#206379 from Homebrew/bump-xbyak-7.23
xbyak 7.23
2 parents f502c72 + f4e2d16 commit 9c4bd1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Formula/x/xbyak.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Xbyak < Formula
22
desc "C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)"
33
homepage "https://github.com/herumi/xbyak"
4-
url "https://github.com/herumi/xbyak/archive/refs/tags/v7.22.tar.gz"
5-
sha256 "b227960bce3642b786a4aba33ce93d97abf5a40006190fed2f1eff15889fe456"
4+
url "https://github.com/herumi/xbyak/archive/refs/tags/v7.23.tar.gz"
5+
sha256 "7477958a0fd4fcee7d8691ba0a2e0584b76bcfed2e12157e3985d8eff280fe22"
66
license "BSD-3-Clause"
77
head "https://github.com/herumi/xbyak.git", branch: "master"
88

@@ -12,7 +12,7 @@ class Xbyak < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "3c6a79c95901cd9bd1e8159627dd54017542f2b003a5aac86ebd5295e98f86bd"
15+
sha256 cellar: :any_skip_relocation, all: "4d9e5d9e9ece85e9da35bb1333741b0895fb9f49aed162fe23c6349b5447f447"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)