mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump coreutils version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
05b7ce026c
commit
fabf36697b
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="8.30"
|
VERSION="8.31"
|
||||||
SRCDIR="coreutils-${VERSION}"
|
SRCDIR="coreutils-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://ftp.gnu.org/gnu/coreutils/"
|
URL="https://ftp.gnu.org/gnu/coreutils/"
|
||||||
SHA256SUM="e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057"
|
SHA256SUM="ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
dir bin 0755 0 0
|
||||||
file bin/coreutils 0755 0 0
|
file bin/coreutils 0755 0 0
|
||||||
slink bin/[ 0777 0 0 coreutils
|
slink bin/[ 0777 0 0 coreutils
|
||||||
slink bin/chcon 0777 0 0 coreutils
|
slink bin/chcon 0777 0 0 coreutils
|
||||||
|
@ -31,6 +32,7 @@ slink bin/b2sum 0777 0 0 coreutils
|
||||||
slink bin/base64 0777 0 0 coreutils
|
slink bin/base64 0777 0 0 coreutils
|
||||||
slink bin/base32 0777 0 0 coreutils
|
slink bin/base32 0777 0 0 coreutils
|
||||||
slink bin/basename 0777 0 0 coreutils
|
slink bin/basename 0777 0 0 coreutils
|
||||||
|
slink bin/basenc 0777 0 0 coreutils
|
||||||
slink bin/cat 0777 0 0 coreutils
|
slink bin/cat 0777 0 0 coreutils
|
||||||
slink bin/chgrp 0777 0 0 coreutils
|
slink bin/chgrp 0777 0 0 coreutils
|
||||||
slink bin/chmod 0777 0 0 coreutils
|
slink bin/chmod 0777 0 0 coreutils
|
||||||
|
@ -103,5 +105,7 @@ slink bin/tsort 0777 0 0 coreutils
|
||||||
slink bin/tty 0777 0 0 coreutils
|
slink bin/tty 0777 0 0 coreutils
|
||||||
slink bin/uname 0777 0 0 coreutils
|
slink bin/uname 0777 0 0 coreutils
|
||||||
slink bin/unexpand 0777 0 0 coreutils
|
slink bin/unexpand 0777 0 0 coreutils
|
||||||
|
dir lib 0755 0 0
|
||||||
|
dir lib/libexec 0755 0 0
|
||||||
dir lib/libexec/coreutils 0755 0 0
|
dir lib/libexec/coreutils 0755 0 0
|
||||||
file lib/libexec/coreutils/libstdbuf.so 0755 0 0
|
file lib/libexec/coreutils/libstdbuf.so 0755 0 0
|
||||||
|
|
Loading…
Reference in a new issue