Skip to content

Commit

Permalink
Merge pull request #205557 from Homebrew/bump-fpart-1.7.0
Browse files Browse the repository at this point in the history
fpart 1.7.0
  • Loading branch information
BrewTestBot authored Jan 26, 2025
2 parents b028692 + ba571a7 commit afa807f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ fossil
fourmolu
fourstore
fox
fpart
fping
fplll
fq
Expand Down
18 changes: 8 additions & 10 deletions Formula/f/fpart.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
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
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
Expand Down

0 comments on commit afa807f

Please sign in to comment.