diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index dee36a798f20..8fe13e03fb94 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https://github.com/bytecodealliance/wasm-tools" - url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.243.0.tar.gz" - sha256 "72b575475215082cb1ebe5fe1882c439dfe5b6e22b222914f08a0b214e6a2187" + url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.244.0.tar.gz" + sha256 "405e19e651da2ffc5878b8ded2cfad357c8f9b069512470b17c4a6916249d185" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main" @@ -12,13 +12,12 @@ class WasmTools < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_tahoe: "da09f1e66aabdef69bf49d2d4c7497e526db14febcf9e373e5846f68d652ac3c" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4285a9b78315f473022613a26ec880656b883958a9560cc42963a476daa56276" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8043fc7dee5193c1cd825fe384ed1dafe2a78dd49a6aafa427033d8af919534e" - sha256 cellar: :any_skip_relocation, sonoma: "5aa0861d5dc2b32a2190a2d82c0d5f91903a913085bdbb3dd2ccf32b6e276739" - sha256 cellar: :any_skip_relocation, arm64_linux: "020d394463046b675512eaf6a86c80862b1447d9ed02647727f6cf6ab5b631a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c520d6292b36877cf7d51e806112ef965b618b00614880ac859d0c8001eb023" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "6d5b3c86faa3ac52b4d7dad2f1ebed3b7f7d2cd761cb0dee285ee9ccf19be974" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3bf38cdde1f9bc962bd3654068dc7516e96799c887eb512d3291189a328fd11" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6871c87e7bfd908994ed60ef2624a1166e70c9bf33069d3ec615dc0bf522b248" + sha256 cellar: :any_skip_relocation, sonoma: "91c862d54f506a66af68c8ac6a8c107ac98ab7dfa41da9e8757cb9c3e28487ab" + sha256 cellar: :any_skip_relocation, arm64_linux: "a2f7c1cf784ef1861a7e4e9657848abe704518c8fce164d7e41e2e9d49e5e245" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55d0ef5ca86de9409e80ac777b29f1b656ba201e44f31a9475a1cebc8b6a0241" end depends_on "rust" => :build