We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e178218 commit e126d41Copy full SHA for e126d41
Formula/x/xbyak.rb
@@ -1,8 +1,8 @@
1
class Xbyak < Formula
2
desc "C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)"
3
homepage "https://github.com/herumi/xbyak"
4
- url "https://github.com/herumi/xbyak/archive/refs/tags/v7.22.tar.gz"
5
- sha256 "b227960bce3642b786a4aba33ce93d97abf5a40006190fed2f1eff15889fe456"
+ url "https://github.com/herumi/xbyak/archive/refs/tags/v7.23.tar.gz"
+ sha256 "7477958a0fd4fcee7d8691ba0a2e0584b76bcfed2e12157e3985d8eff280fe22"
6
license "BSD-3-Clause"
7
head "https://github.com/herumi/xbyak.git", branch: "master"
8
0 commit comments