From d50cc60c7be854b2821ae3b26c9087f3ffdc2bfa Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 26 Jan 2025 11:19:10 -0500 Subject: [PATCH 1/2] fpart 1.7.0 --- .github/autobump.txt | 1 + Formula/f/fpart.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index c449184f2b730..80e0aa862a054 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1042,6 +1042,7 @@ fossil fourmolu fourstore fox +fpart fping fplll fq diff --git a/Formula/f/fpart.rb b/Formula/f/fpart.rb index 5799bdca43311..aa71c5983a6aa 100644 --- a/Formula/f/fpart.rb +++ b/Formula/f/fpart.rb @@ -1,8 +1,8 @@ class Fpart < Formula desc "Sorts file trees and packs them into bags" homepage "https://github.com/martymac/fpart/" - url "https://github.com/martymac/fpart/archive/refs/tags/fpart-1.6.0.tar.gz" - sha256 "ed1fac2853fc421071b72e4c5d8455a231bc30e50034db14af8b0485ece6e097" + url "https://github.com/martymac/fpart/archive/refs/tags/fpart-1.7.0.tar.gz" + sha256 "e5f82dd90001ed53200b2383bcfd520b1d8ee06d6a2a75b39d37d68daef20c88" license "BSD-2-Clause" bottle do From ba571a778e907a902cc3a50f9c2be56c65116254 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:42:05 +0000 Subject: [PATCH 2/2] fpart: update 1.7.0 bottle. --- Formula/f/fpart.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/f/fpart.rb b/Formula/f/fpart.rb index aa71c5983a6aa..f03230ae2b754 100644 --- a/Formula/f/fpart.rb +++ b/Formula/f/fpart.rb @@ -6,14 +6,12 @@ class Fpart < Formula license "BSD-2-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3c6fd66bf8bf96441ddef5e3f98ec351bb5bcb312512b4d8ed950df9b5a21f6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe4bb7a3f413343e8fcf6e5e4a927dd6db59d3407a859e0f4b5c502169bf4929" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1eb3a0ed3bb14417b1b60b8bcebb7152a9c6ba576d283ed49f02208c38d3d05" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e3fd142063bdd4a208b352b31a84d6c030ce1712598881a2d6d4d9f99173ca7f" - sha256 cellar: :any_skip_relocation, sonoma: "ae588ec11f3e50b9ccf6ade1a8255509f0f58f28fced52e9d9b3ee58eb7f78c7" - sha256 cellar: :any_skip_relocation, ventura: "88ff0749453b933bc4a686315854c38c5fee050a31dd05b51478fefbb39de56a" - sha256 cellar: :any_skip_relocation, monterey: "24ebeb0b36685fc64cdfcb7e46e6eace244926e926334ba9aa470ee2f525a934" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8180ca9e18c7ee57c59a4d612ecd3eb5c85820a3cc9e5f429ab48118f5913854" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "62e4da1fc98b89c57755a274ab68045d982e784ddec2a77a4d9f0243947672cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "02ff854bb224beaa872d0bea7b8128a812f31a902b0469341b4c4562cabf5ce2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1911af8d359c21a98d9c7337f2a1ecedfcb26f58c1b52087b12c4cf0a0980fb" + sha256 cellar: :any_skip_relocation, sonoma: "2c40ec263a1dd6321e2878cc65d6f22c372a7b7846ca2a42c29068dbf41e7ccb" + sha256 cellar: :any_skip_relocation, ventura: "bbb63a308a1a001f6accf2c86294a5c04a3ae5ab2517cf45549108530a0c6b05" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52fa28e8ae55c6595258e13f8ee9f093225f1cbed462cbaaa4171571f884cd5d" end depends_on "autoconf" => :build