Skip to content

Commit 2043688

Browse files
authored
Merge pull request #228063 from Homebrew/bump-wasm-component-ld-0.5.14
wasm-component-ld 0.5.14
2 parents 0901fd9 + 70faaf9 commit 2043688

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/w/wasm-component-ld.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class WasmComponentLd < Formula
22
desc "Linker for creating WebAssembly components"
33
homepage "https://wasi.dev"
4-
url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.13.tar.gz"
5-
sha256 "bd1f826cd4d0d47dba5fa55396c72bbab8b61f80b23a51a32b4b29e50ec172f8"
4+
url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.14.tar.gz"
5+
sha256 "ec54cfb88396753de52ed05977e4c6338bd16579f3ca96105a88adc017d25b6e"
66
license "Apache-2.0"
77
head "https://github.com/bytecodealliance/wasm-component-ld.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4625a98ad289db904f504b84a0a669be54038d0ec7cfaeced83059000880d1c9"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "955adfe1877b6a0e2b2b3dfd80bdcf3e5c12febc3da4f6b6542f4556e2e3c7d1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ff3de87611752b9c709f0da0ac4016f9ec8f90f7388d80078dbce027e8de0bf7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a658eb833d3206a390e57d6a6235112dadd6da832ae2af23605fec0fb9a70ac0"
14-
sha256 cellar: :any_skip_relocation, ventura: "539305753eb9610cf57236d6d98072957eee03d7c238ae7b2825cf2e3228450f"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "5787094a06258ada03c8bf49f464ae6a8e69bddba0b0d92c02f7c88def5ccc9a"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "732c31ceef2b2d4cfd129622854dd170733f4c5b58ae937eb9039dcc5ad2ffdc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a3f0e52b139b949148dd0b3a9a3cad5255e6d757019606832ee1a3842982db2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d69c26d77f63da9dbb66bbf3a02c3df25e4bf0ba233e227eabc4492ef9a84e8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9d5850cb956bf8439b908c1a34ecb89ee8b344f3bdb2d0827677e2848521586"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6ac867b17aa2bf804dddf3081a73198942354c2004b07bcf1edfd706c4bf7b4c"
14+
sha256 cellar: :any_skip_relocation, ventura: "89710eb6bca05a4cb612bc40e642b067717e54d7b53dc3da3f8a3794842d09df"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "3b2610484aad80b6521bbf00ae0b168674177cd0170c3e9a64bcfbd87799edbb"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d87962d4f8645777356a62643156bd1f0804661838db23a131093cb4c5ef0b00"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)