From 616aeea0192d9ad33004effb09dfc9764e413f0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 May 2026 09:50:30 +0000 Subject: [PATCH 1/2] wasm-pack 0.15.0 --- Formula/w/wasm-pack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-pack.rb b/Formula/w/wasm-pack.rb index fdca18a0df42..aa8c1541a3b6 100644 --- a/Formula/w/wasm-pack.rb +++ b/Formula/w/wasm-pack.rb @@ -1,8 +1,8 @@ class WasmPack < Formula desc "Your favorite rust -> wasm workflow tool!" homepage "https://wasm-bindgen.github.io/wasm-pack/" - url "https://github.com/wasm-bindgen/wasm-pack/archive/refs/tags/v0.14.0.tar.gz" - sha256 "60e866ce851219b18b7e16b2dbcd8323d5af0eac7d3a8a616bec3bd62fc051c4" + url "https://github.com/wasm-bindgen/wasm-pack/archive/refs/tags/v0.15.0.tar.gz" + sha256 "04530d7c215a46cc5468796de3c69fd6620fd78612578545d57f9806aa0c64a4" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/wasm-bindgen/wasm-pack.git", branch: "master" From f167ddb2ffd127bcb87a71a04b30df6e064422ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 May 2026 11:12:51 +0000 Subject: [PATCH 2/2] wasm-pack: update 0.15.0 bottle. --- Formula/w/wasm-pack.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/wasm-pack.rb b/Formula/w/wasm-pack.rb index aa8c1541a3b6..7291285f5572 100644 --- a/Formula/w/wasm-pack.rb +++ b/Formula/w/wasm-pack.rb @@ -7,12 +7,12 @@ class WasmPack < Formula head "https://github.com/wasm-bindgen/wasm-pack.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "31c12ac93a4e52a4b61b4bdb3e6fea208eaa93b9c30039babedc5957c0bc8d6a" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ea3f4acbea89d2ef42c0b04336cbd739fe8abedc06199d708af7dfbe00bb7b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2551c330819e973202af932f61610c8f2d78144081aefb839cc66cd11bb329b0" - sha256 cellar: :any_skip_relocation, sonoma: "c25bada8ea52c2d71c8f919567fc95cad7e9238bda41458cdbb5c160014c3708" - sha256 cellar: :any_skip_relocation, arm64_linux: "8a5f303937f07117619ec2adb850245769636b4829c2cda9d9f3c6089879be82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a46421d5f180137993d83ea1f60b902e0678971a562e18397aab8c57b8ec479c" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "3f5e00e2878b6720a2e6b78143c3d108f315eed4ae2e27d84ab7c06d178370c2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e25df58c63956efc5ba5b5eabe677317615f96f19944a630eea91552bc5a685f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "479a15f08423cbe8088c3050bce029b22f30b31c7222589fc8a7ebc2fecd8316" + sha256 cellar: :any_skip_relocation, sonoma: "9207047837d68825a4f1fa64962596dfbaf774c94f64da75364dafa5861a5112" + sha256 cellar: :any_skip_relocation, arm64_linux: "f14fd0596a8f5c3e3b798e12513254fe26bd1e315172073c518a1412fec6c830" + sha256 cellar: :any_skip_relocation, x86_64_linux: "740daedf0ec40401edd93b035261ca5f571203d36c7f45cf2d6ad5d94c3a45b9" end depends_on "cmake" => :build