Skip to content

Commit a511cb9

Browse files
authored
Merge pull request Homebrew#201431 from Homebrew/bump-binaryen-121
binaryen 121
2 parents 131db46 + 4b9d84d commit a511cb9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/b/binaryen.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Binaryen < Formula
22
desc "Compiler infrastructure and toolchain library for WebAssembly"
33
homepage "https://webassembly.org/"
4-
url "https://github.com/WebAssembly/binaryen/archive/refs/tags/version_120.tar.gz"
5-
sha256 "a4edd532d37b33d88e28e8d770f7177a7c0bb4495eabc6f5ecd41ffc5fd4db90"
4+
url "https://github.com/WebAssembly/binaryen/archive/refs/tags/version_121.tar.gz"
5+
sha256 "93f3b3d62def4aee6d09b11e6de75b955d29bc37878117e4ed30c3057a2ca4b4"
66
license "Apache-2.0"
77
head "https://github.com/WebAssembly/binaryen.git", branch: "main"
88

@@ -12,19 +12,18 @@ class Binaryen < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "29292c794cf605e525b06a61f25d9a5a9d69556979d1fa19c80973295835d429"
16-
sha256 cellar: :any, arm64_sonoma: "25e06480f6181a7fff1409722c135ec9de1be390db038009ac943ac931b44805"
17-
sha256 cellar: :any, arm64_ventura: "410fa871c22b506786d3fda29dd4c86d433bfc6888259a3903d35b7a5674fab3"
18-
sha256 cellar: :any, sonoma: "64eb05c655b941331080d4c4bd08190bc8424b27e2bac10b409a2bd23eeea14f"
19-
sha256 cellar: :any, ventura: "accff12f49d550c72f3442b66404e4f278e5e83c9cb110ece59b49f2ba9f931b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b00a4928f8908734c9779d9eed228bf2cbb19dd8dffff41fa4c77d58910df1a0"
15+
sha256 cellar: :any, arm64_sequoia: "dd9de93a74b980cdd52ff316af71357e9c0431330a367366c44fecad0c662016"
16+
sha256 cellar: :any, arm64_sonoma: "5b320f5944d7e5d1d9ba331a54867ca34186e75617756e617982671524ef85dd"
17+
sha256 cellar: :any, arm64_ventura: "2230ec3ab24197fb2ea483460f9ea9e4454bea70823e6b012dd7e8080d5cf1f1"
18+
sha256 cellar: :any, sonoma: "b51ad87aa9815014c10d03e0f71f05ad994dd921d616a1640906a9cb93391e4d"
19+
sha256 cellar: :any, ventura: "bf465f9ffebc2e6d550bc466256cd2639a3eddde35e6830df2f4edadd131f334"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7e0cc56b6117d0040efdb1aa0cab6a15a3bda5c3c991f00be2917298cc8598c"
2121
end
2222

2323
depends_on "cmake" => :build
24-
depends_on macos: :mojave # needs std::variant
2524

2625
def install
27-
system "cmake", "-S", ".", "-B", "build", *std_cmake_args, "-DBUILD_TESTS=false"
26+
system "cmake", "-S", ".", "-B", "build", "-DBUILD_TESTS=false", *std_cmake_args
2827
system "cmake", "--build", "build"
2928
system "cmake", "--install", "build"
3029

0 commit comments

Comments
 (0)