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/20241122 package update #35026

Merged
merged 1 commit into from
Nov 23, 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: "20241022"
version: "20241122"
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: 6de22bf1c67f7f316670d21ed1a2a32f1214dfbd3e420939ba937925c0a57a12
expected-sha256: 1a9e752f42c17ca10bc07d0a63a2ca6edcee532282e55d2b34bd9dd14c978a58

- uses: autoconf/configure

Expand Down
Loading