Skip to content

Commit

Permalink
Merge pull request #180356 from thedodd/update-trunk.rb-1723015751
Browse files Browse the repository at this point in the history
trunk 0.20.3
  • Loading branch information
BrewTestBot authored Aug 7, 2024
2 parents ccb120f + b9900f3 commit 11237ce
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/trunk.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Trunk < Formula
desc "Build, bundle & ship your Rust WASM application to the web"
homepage "https://trunkrs.dev/"
url "https://github.com/trunk-rs/trunk/archive/refs/tags/v0.20.2.tar.gz"
sha256 "0e640fccaf12f155d65a5f846e9551e3d4610e048456f9760ac8cff575c93073"
url "https://github.com/trunk-rs/trunk/archive/refs/tags/v0.20.3.tar.gz"
sha256 "388d42cef7b8e78081c3371f31e11db6aba69b65c5c89ccf2f0d537922e4ddce"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/trunk-rs/trunk.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "07968a31b445a3067537679ed7095257895a2999d7e4751efb56a1571e86e46a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1993f33ca0a61b8811b35341386c5d7c2b25da8ecc0066c09604bf7c21c414f9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bea4ec20f0c1a3ba3381d7261692e9031ec4ee814444e3708b7fb3047a74a541"
sha256 cellar: :any_skip_relocation, sonoma: "426c8ca36874e04477c46f66a544736da842e0e908db6b0a2f7d78fe19fa9dc1"
sha256 cellar: :any_skip_relocation, ventura: "b1f6de08cbd8febdc61ee8c5a98b677630726b2367aafd0036f06c3f6d7fbff8"
sha256 cellar: :any_skip_relocation, monterey: "bbae8dfd2d9e52e227988518f34ef44c2ed789e21fcd2ed28b31f4463c95ac33"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f705e3ce290d9c0d53a1ff3fd59dda8a9b1ccb07c09182c9035c4820b3b3ab20"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "225960f46ef7bb1fd7fc1cadc4acbc5d28c63b464787f915d1412a8ed1c90063"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ecf10a431d211be0fd580ecbe04d01e4905f6bbf70c9184a90b5b9371ee32d03"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f40dbc5c8b598a82ac412392d1c82c44f62d3bb2dba3c2af45bfe35957939fc5"
sha256 cellar: :any_skip_relocation, sonoma: "8ebe24c4876cc64c3058da67a916676bd665d98b7fad334950a37422989f0597"
sha256 cellar: :any_skip_relocation, ventura: "2bad73afc354e3b2efbb6aaf9f5c197417be456b1a9d659ca12ea3195ef5f421"
sha256 cellar: :any_skip_relocation, monterey: "1db08c37f33e5ce2a5eca4e370806ba3bb7f98fa541ff6ef2275d12da7bd0c70"
sha256 cellar: :any_skip_relocation, x86_64_linux: "438dc11fa6e20c369e671959cef235aebbb5f81ebf0228ec0b375ed3868b5604"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 11237ce

Please sign in to comment.