Skip to content

Commit 6cc8202

Browse files
authored
Merge pull request Homebrew#225412 from Homebrew/bump-xbyak-7.25
xbyak 7.25
2 parents 67f9d5b + 3865b18 commit 6cc8202

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.24.2.tar.gz"
5-
sha256 "5afccb2961576cd42c3d1e5370cb566838ee80140d3d43bdec0e31dcbd6510a9"
4+
url "https://github.com/herumi/xbyak/archive/refs/tags/v7.25.tar.gz"
5+
sha256 "54404ca8db6a6ed340dbd6ef01699762882fd8ee4c6f1f60b437b5c6010eb784"
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: "9135936e87e25f24fdb946575f178d70d1195ded18fdb782461841fb091b522f"
15+
sha256 cellar: :any_skip_relocation, all: "1828b495bb2e38b26a59afa9bc2cee0a4accd77e4427fb5c39a644b422dfd556"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)