|
1 | 1 | class Trunk < Formula |
2 | 2 | desc "Build, bundle & ship your Rust WASM application to the web" |
3 | 3 | homepage "https://trunkrs.dev/" |
4 | | - url "https://github.com/trunk-rs/trunk/archive/refs/tags/v0.21.12.tar.gz" |
5 | | - sha256 "8b4f6be421c9aec08b327e79e50fad8015dc6f56fc0c856d9320bdf97df0bc05" |
| 4 | + url "https://github.com/trunk-rs/trunk/archive/refs/tags/v0.21.13.tar.gz" |
| 5 | + sha256 "4dda5470ab2e972041804f8a5028d784bb526dff3d5a0d574221979f20ed8ac3" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/trunk-rs/trunk.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c2af54483256c650ac8778f608124738357bf8dc26237bd8f3faf27a94cefa4" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be120b59376be127905f7e42482017c76e433a0343c769990200059e9d6aa517" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6397a7c138d1fa72c0a6e61e49a608adcc0f031edad07f3cbc81456b0f9a6337" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "079dc6afcc308861e054c6e3ed7c685113aed53089358847e9843de449993b5a" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "36f28c2820a1bb7a5b1da6e9a55a807d4c392d763a4dbcfa31a3fb7a22e5a141" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "0fec4fd912c2976e31a39bfbfc716a4292b2f874755378b983881f02785b717b" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "34c073754e857b14098d4d57565096e3a8bbe467951a27f3bbc86e42153135bc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2a226efd21def510134c43735d5fadcc293766ef80f06bffc382f4e6be3c26d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a98a988a4d9148013532b3e0ea81b35e9ebfff33a821158b511557d7ad462345" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "efcbfb98571c2b77909fa02250caa52c818b71015e74bc753c2c8973441870cb" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a0359ea6d7a606d9275cbe0615ef627a2bf50773509426549b7fbedf8008f675" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "dff27d25af94d36a884664c332098036fec3a1ece878fec25dd87c6ccf208717" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d6a02fb451ca85699a0431d8a722b82bd4f626bb80f04f0ae21970d532df51d0" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "39456d7ea40391b5d796841f9001a7f115bf13d0051003ccf68fcf5113a5acf2" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "pkgconf" => :build |
|
0 commit comments