From ec15038fe5df1993afa4735c72178afa6f912c49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:51:03 +0000 Subject: [PATCH] binaryen 122 --- Formula/b/binaryen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/binaryen.rb b/Formula/b/binaryen.rb index 68337c4d49e99..6f0090e43a966 100644 --- a/Formula/b/binaryen.rb +++ b/Formula/b/binaryen.rb @@ -1,8 +1,8 @@ class Binaryen < Formula desc "Compiler infrastructure and toolchain library for WebAssembly" homepage "https://webassembly.org/" - url "https://github.com/WebAssembly/binaryen/archive/refs/tags/version_121.tar.gz" - sha256 "93f3b3d62def4aee6d09b11e6de75b955d29bc37878117e4ed30c3057a2ca4b4" + url "https://github.com/WebAssembly/binaryen/archive/refs/tags/version_122.tar.gz" + sha256 "5c068b100cf3c1aa2e26f159a6a1896f2b7825ee8f2cf917d385f4b87cee95e3" license "Apache-2.0" head "https://github.com/WebAssembly/binaryen.git", branch: "main"