From 27765c186fa5b3290e490b6292686b4d1818720b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:34:16 +0200 Subject: [PATCH 1/2] treefmt: update checksum for 2.5.0 release --- Formula/t/treefmt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/treefmt.rb b/Formula/t/treefmt.rb index 464ee49c7959..93ab8ddf4aab 100644 --- a/Formula/t/treefmt.rb +++ b/Formula/t/treefmt.rb @@ -2,7 +2,7 @@ class Treefmt < Formula desc "One CLI to format the code tree" homepage "https://treefmt.com/latest/" url "https://github.com/numtide/treefmt/archive/refs/tags/v2.5.0.tar.gz" - sha256 "eb15e4ba4de41909ae5b9fcf7c3763d971deec59683319ebc83ce404fd7c10a3" + sha256 "0d30d2d2a0faf642f8c13c00b7e71a58e4e72f0c403a0e478caea4ab596ad8f8" license "MIT" head "https://github.com/numtide/treefmt.git", branch: "main" From fa3c2136f4c0e60bf37ba83b95eb2042e09f39bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:01:53 +0000 Subject: [PATCH 2/2] treefmt: update 2.5.0 bottle. --- Formula/t/treefmt.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/t/treefmt.rb b/Formula/t/treefmt.rb index 93ab8ddf4aab..ddeb0b23565b 100644 --- a/Formula/t/treefmt.rb +++ b/Formula/t/treefmt.rb @@ -7,12 +7,13 @@ class Treefmt < Formula head "https://github.com/numtide/treefmt.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e2f5a81b67b656811f5322d3bb853f8dd145429746040545df411b3372a1df1e" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2f5a81b67b656811f5322d3bb853f8dd145429746040545df411b3372a1df1e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2f5a81b67b656811f5322d3bb853f8dd145429746040545df411b3372a1df1e" - sha256 cellar: :any_skip_relocation, sonoma: "83cb6292e57374f2bdc7919714c5bfd02e19a01fe4f9803d7a259bb97c44303b" - sha256 cellar: :any_skip_relocation, arm64_linux: "2743a42e91e2b33921bd60f3dfcbc270926e8bb7d65da74b074a858144a81fbc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f4491d304804daa8a2685d0b9120fff7d12230e42a84aa4c261e54db125f5cd6" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4809f4272a1c9dc27f32dcac005676700f9789a3fc9b17279c974da413e6d63b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4809f4272a1c9dc27f32dcac005676700f9789a3fc9b17279c974da413e6d63b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4809f4272a1c9dc27f32dcac005676700f9789a3fc9b17279c974da413e6d63b" + sha256 cellar: :any_skip_relocation, sonoma: "b278a83720783158ae4eb0b8fa5359e4986a6a57b13dc27a4ea2db3ae5b39356" + sha256 cellar: :any_skip_relocation, arm64_linux: "756f98d5fb16e983a20024f0528e2b9af9c0240b77c0d448b546c7b62d38c60f" + sha256 cellar: :any, x86_64_linux: "451b40da459aad9348f2b345699bd943cf60c9406582f672f0c23b48290a7727" end depends_on "go" => :build