Skip to content

Commit 5cd3e86

Browse files
authored
Merge pull request #235827 from Homebrew/bump-xbyak-7.30
xbyak 7.30
2 parents b1320b0 + c04b459 commit 5cd3e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/x/xbyak.rb

Lines changed: 3 additions & 3 deletions
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.29.2.tar.gz"
5-
sha256 "b543dd4fc6dcc4a65defc6055734595942f9b034861029d6ddfd9231136cc6ce"
4+
url "https://github.com/herumi/xbyak/archive/refs/tags/v7.30.tar.gz"
5+
sha256 "aec5ae746051fa8b6b34a543ddda0dc0d33d33a06410110af6cdebdafddb6eb9"
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: "9eb71e7e08b8ef96cc3464faa91008b7530ec404e1f43e64183608e210bb546d"
15+
sha256 cellar: :any_skip_relocation, all: "7c453b15fc95aaa8727c66eb8d8e19c4d94cd5ed2d83790acd0c86c6b116e560"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)