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 ec5addb commit 2ac6230Copy full SHA for 2ac6230
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.29.2.tar.gz"
5
- sha256 "b543dd4fc6dcc4a65defc6055734595942f9b034861029d6ddfd9231136cc6ce"
+ url "https://github.com/herumi/xbyak/archive/refs/tags/v7.30.tar.gz"
+ sha256 "aec5ae746051fa8b6b34a543ddda0dc0d33d33a06410110af6cdebdafddb6eb9"
6
license "BSD-3-Clause"
7
head "https://github.com/herumi/xbyak.git", branch: "master"
8
0 commit comments