Skip to content

Commit 63d82a7

Browse files
authored
Merge pull request Homebrew#218660 from thedodd/update-trunk.rb-1744040778
trunk 0.21.13
2 parents 0bcc295 + 34a0532 commit 63d82a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/trunk.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Trunk < Formula
22
desc "Build, bundle & ship your Rust WASM application to the web"
33
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"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/trunk-rs/trunk.git", branch: "main"
88

99
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"
1717
end
1818

1919
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)