Skip to content

Commit 3d84659

Browse files
authored
Merge pull request #198703 from Homebrew/bump-parallel-20241122
parallel 20241122
2 parents 573d309 + b03d910 commit 3d84659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/p/parallel.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Parallel < Formula
22
desc "Shell command parallelization utility"
33
homepage "https://savannah.gnu.org/projects/parallel/"
4-
url "https://ftp.gnu.org/gnu/parallel/parallel-20241022.tar.bz2"
5-
mirror "https://ftpmirror.gnu.org/parallel/parallel-20241022.tar.bz2"
6-
sha256 "6de22bf1c67f7f316670d21ed1a2a32f1214dfbd3e420939ba937925c0a57a12"
4+
url "https://ftp.gnu.org/gnu/parallel/parallel-20241122.tar.bz2"
5+
mirror "https://ftpmirror.gnu.org/parallel/parallel-20241122.tar.bz2"
6+
sha256 "1a9e752f42c17ca10bc07d0a63a2ca6edcee532282e55d2b34bd9dd14c978a58"
77
license "GPL-3.0-or-later"
88
version_scheme 1
99
head "https://git.savannah.gnu.org/git/parallel.git", branch: "master"
@@ -14,7 +14,7 @@ class Parallel < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, all: "50beacdf1c3e152ff6145be1b9a41226d8c68d5693c4619132fa697e2f6c8958"
17+
sha256 cellar: :any_skip_relocation, all: "498c8957fe8753894dc56a181e64c4b97d9d1d92793f646ea66d47809e38512f"
1818
end
1919

2020
conflicts_with "moreutils", because: "both install a `parallel` executable"

0 commit comments

Comments
 (0)