Skip to content

Commit 3279767

Browse files
authored
Merge pull request #255710 from Homebrew/bump-parallel-20251122
parallel 20251122
2 parents 64b033a + 281f4a7 commit 3279767

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://ftpmirror.gnu.org/gnu/parallel/parallel-20251022.tar.bz2"
5-
mirror "https://ftp.gnu.org/gnu/parallel/parallel-20251022.tar.bz2"
6-
sha256 "474326d59688d2fc078cf89a7b0b4a11cc9684229b3fa0158fe8bc03f1b69ee1"
4+
url "https://ftpmirror.gnu.org/gnu/parallel/parallel-20251122.tar.bz2"
5+
mirror "https://ftp.gnu.org/gnu/parallel/parallel-20251122.tar.bz2"
6+
sha256 "368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d"
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: "aad3770d3a079140abd0f2db8842228efb9b10297b16486119648d7e50630c58"
17+
sha256 cellar: :any_skip_relocation, all: "22c7571e71de4da4488f064f0c26b77c4da537322743710bf215c6d5ebc41ab3"
1818
end
1919

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

0 commit comments

Comments
 (0)