diff --git a/Formula/t/treefmt.rb b/Formula/t/treefmt.rb index 464ee49c7959..ddeb0b23565b 100644 --- a/Formula/t/treefmt.rb +++ b/Formula/t/treefmt.rb @@ -2,17 +2,18 @@ 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" 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