From c959bc3f0d0ae9f996f6c2a118042d82c74f9557 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Sep 2021 01:48:39 +0300 Subject: coreutils: bump to 9.0 --- community/coreutils/build | 7 ++++++- community/coreutils/checksums | 3 ++- community/coreutils/sources | 2 +- community/coreutils/version | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'community') diff --git a/community/coreutils/build b/community/coreutils/build index bbd53ee2..c9e7c6d8 100755 --- a/community/coreutils/build +++ b/community/coreutils/build @@ -3,7 +3,12 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr + --prefix=/usr \ + --enable-single-binary=symlinks \ + --with-packager="Carbs Linux" \ + --without-libgmp \ + --disable-libcap \ + --disable-nls make make DESTDIR="$1" install diff --git a/community/coreutils/checksums b/community/coreutils/checksums index ed6feeaf..09ecb93e 100644 --- a/community/coreutils/checksums +++ b/community/coreutils/checksums @@ -1 +1,2 @@ -4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa coreutils-8.32.tar.xz +%BLAKE3 +d2f68bdc30f34cdaf798993e89d0b83735a917a17f966c2e8ccd6e63287797a7 coreutils-9.0.tar.xz diff --git a/community/coreutils/sources b/community/coreutils/sources index 7b35a7a8..8991f818 100644 --- a/community/coreutils/sources +++ b/community/coreutils/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz +https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz diff --git a/community/coreutils/version b/community/coreutils/version index 8eaeab46..866217b6 100644 --- a/community/coreutils/version +++ b/community/coreutils/version @@ -1 +1 @@ -8.32 1 +9.0 1 -- cgit v1.2.3