Skip to content

Commit

Permalink
Merge pull request #196070 from thedodd/update-trunk.rb-1730282586
Browse files Browse the repository at this point in the history
trunk 0.21.2
  • Loading branch information
BrewTestBot authored Oct 30, 2024
2 parents 4779a42 + 6e8ecb1 commit c10d427
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/trunk.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.21.1.tar.gz"
sha256 "52643ed08c727aacf0f845b4ca81137ad1f65eb958c90535af9af9fe83e5a2c7"
url "https://github.com/trunk-rs/trunk/archive/refs/tags/v0.21.2.tar.gz"
sha256 "de7180e8602bf43adfcee761c7c635d44aa5708876ec8f1c1c41d10f505d682d"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/trunk-rs/trunk.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "64e96475b9f8566263a993ce2c4d5ddd00d8eb52c81e26ce86f311c397bd5883"
sha256 cellar: :any, arm64_sonoma: "5048fbb3c5a5f63c49edddf51ab55e2fac31a965c050ea3668abc9d2455599f6"
sha256 cellar: :any, arm64_ventura: "ef7eef62ab2fae84b01a00fe0c7da0a61e44e1ecdc1185c0424d3b4634dd0a74"
sha256 cellar: :any, sonoma: "cd06cbe9c365960ea76a822978028d6a4500b6e61a8d6bb72df8419f634b29cc"
sha256 cellar: :any, ventura: "03c3d35583247af210f1b3a2001f93d0e27a40ba17b6125dea7575001c302d53"
sha256 cellar: :any_skip_relocation, x86_64_linux: "baacf55aa0688b9f99ab990fd54607386f8ca942fff203f1fabb9406b770aad5"
sha256 cellar: :any, arm64_sequoia: "f7a93782623889cac425129d02746b2083f0df4c7fd75d063dfa0f92ffb468d7"
sha256 cellar: :any, arm64_sonoma: "e6fee5cdd2a95b1c6e9ccd1ee103b28ff71093ecee54c40fa7a62cd21a9da332"
sha256 cellar: :any, arm64_ventura: "8579266ffae9ba6083057e1291f19d9e5d0baab49e963f1e63e9320561c6732b"
sha256 cellar: :any, sonoma: "60c43f9f4f43c04b2e94761ab994c5ca52f837944c40ec3b3ecb870e22181d51"
sha256 cellar: :any, ventura: "f04352ff28ec0a7160f93e0717e44c9f1a2335d1dec0e74ca9b1a575221fc358"
sha256 cellar: :any_skip_relocation, x86_64_linux: "701f17ca1d2aadcd8cf35736d42cb4293692e156051f14c4efdc37869b19110d"
end

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

0 comments on commit c10d427

Please sign in to comment.