Skip to content

Commit 47a686c

Browse files
authored
Merge pull request #282981 from Homebrew/bump-wasm-pack-0.15.0
wasm-pack 0.15.0
2 parents b0f5f98 + f167ddb commit 47a686c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/w/wasm-pack.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class WasmPack < Formula
22
desc "Your favorite rust -> wasm workflow tool!"
33
homepage "https://wasm-bindgen.github.io/wasm-pack/"
4-
url "https://github.com/wasm-bindgen/wasm-pack/archive/refs/tags/v0.14.0.tar.gz"
5-
sha256 "60e866ce851219b18b7e16b2dbcd8323d5af0eac7d3a8a616bec3bd62fc051c4"
4+
url "https://github.com/wasm-bindgen/wasm-pack/archive/refs/tags/v0.15.0.tar.gz"
5+
sha256 "04530d7c215a46cc5468796de3c69fd6620fd78612578545d57f9806aa0c64a4"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/wasm-bindgen/wasm-pack.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "31c12ac93a4e52a4b61b4bdb3e6fea208eaa93b9c30039babedc5957c0bc8d6a"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ea3f4acbea89d2ef42c0b04336cbd739fe8abedc06199d708af7dfbe00bb7b"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2551c330819e973202af932f61610c8f2d78144081aefb839cc66cd11bb329b0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c25bada8ea52c2d71c8f919567fc95cad7e9238bda41458cdbb5c160014c3708"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8a5f303937f07117619ec2adb850245769636b4829c2cda9d9f3c6089879be82"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a46421d5f180137993d83ea1f60b902e0678971a562e18397aab8c57b8ec479c"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3f5e00e2878b6720a2e6b78143c3d108f315eed4ae2e27d84ab7c06d178370c2"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e25df58c63956efc5ba5b5eabe677317615f96f19944a630eea91552bc5a685f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "479a15f08423cbe8088c3050bce029b22f30b31c7222589fc8a7ebc2fecd8316"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9207047837d68825a4f1fa64962596dfbaf774c94f64da75364dafa5861a5112"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "f14fd0596a8f5c3e3b798e12513254fe26bd1e315172073c518a1412fec6c830"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "740daedf0ec40401edd93b035261ca5f571203d36c7f45cf2d6ad5d94c3a45b9"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)