|
1 | 1 | class WasmComponentLd < Formula |
2 | 2 | desc "Linker for creating WebAssembly components" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/bytecodealliance/wasm-component-ld.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments