From 4aeee662ed61f554a014d9e5902cc8bac67fac33 Mon Sep 17 00:00:00 2001 From: Anthony Dodd <2380740+thedodd@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:03:07 -0500 Subject: [PATCH 1/2] trunk 0.21.2 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/t/trunk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trunk.rb b/Formula/t/trunk.rb index cde9b58ff1e4b..18f9d133a1375 100644 --- a/Formula/t/trunk.rb +++ b/Formula/t/trunk.rb @@ -1,8 +1,8 @@ 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" From 6e8ecb16856646ff32a9b487a532b16fc7203820 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:34:02 +0000 Subject: [PATCH 2/2] trunk: update 0.21.2 bottle. --- Formula/t/trunk.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/trunk.rb b/Formula/t/trunk.rb index 18f9d133a1375..4d3d9f37a0902 100644 --- a/Formula/t/trunk.rb +++ b/Formula/t/trunk.rb @@ -7,12 +7,12 @@ class Trunk < Formula 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