Skip to content

Commit 1954c43

Browse files
authored
Merge pull request Homebrew#228796 from Homebrew/bump-xbyak-7.27
xbyak 7.27
2 parents 0d99771 + 8cd5deb commit 1954c43

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.26.tar.gz"
5-
sha256 "e51f710b9df68f5cb9dcfe7c210ef181e177fd7ecdc32ec8c899ff7b013825c1"
4+
url "https://github.com/herumi/xbyak/archive/refs/tags/v7.27.tar.gz"
5+
sha256 "abd179680ec96f7b079df4dcddace3c85158c843af13d6d9707d4e02b4463151"
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: "200651bc143a3ec988aa3ee2bde1d4b9732599b2b22a94e41d28c013a80b0506"
15+
sha256 cellar: :any_skip_relocation, all: "5d45f31b727bfbd52f118765bfa42cdabd5704b5d4e9a10bda205d4930e9107b"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)