Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel/20240922 package update #29153

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions parallel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: parallel
version: "20240822"
version: "20240922"
epoch: 0
description: "GNU parallel is a shell tool for executing jobs in parallel using one or more computers"
copyright:
Expand All @@ -18,7 +18,7 @@ pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/parallel/parallel-${{package.version}}.tar.bz2
expected-sha256: d7bbd95b7631980b172be04cbd2138d5f7d8c063d6da5ad8f9f70dfd88c8309d
expected-sha256: 63210715e8b7c5e129e098f333cd7cdd5fc7a2f325e8e0fb9ed6edba9f1acbc4

- uses: autoconf/configure

Expand Down