Skip to content

Commit

Permalink
Merge pull request #2968 from mariux64/update-pigz-28
Browse files Browse the repository at this point in the history
pigz: update from 2.6 to 2.8
  • Loading branch information
wwwutz authored Sep 6, 2023
2 parents 68cd261 + a7ca076 commit cc98400
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pigz.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION pigz-2.6-0
# BEE_VERSION pigz-2.8-0

# more info: https://zlib.net/pigz

SRCURL[0]="https://beehive.molgen.mpg.de/a8a23d7dfb58d8c20438f382fb1d97c8/pigz-2.6.tar.gz"
# SRCURL[0]="https://zlib.net/pigz/pigz-2.8.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7d5f35ffc64b562fc4db40aa783f9935/pigz-2.8.tar.gz"

# PATCHURL+=()

Expand Down Expand Up @@ -36,7 +37,3 @@ mee_install() {
cp -v ${B}/pigz.1 ${D}/usr/share/man/man1/${i}.1
done
}

#mee_install_post() {
# exit
#}

0 comments on commit cc98400

Please sign in to comment.