diff --git a/Formula/w/wasm-pack.rb b/Formula/w/wasm-pack.rb index fdca18a0df42b..7291285f55729 100644 --- a/Formula/w/wasm-pack.rb +++ b/Formula/w/wasm-pack.rb @@ -1,18 +1,18 @@ 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" 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