diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-25 01:48:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-25 01:48:39 +0300 |
commit | c959bc3f0d0ae9f996f6c2a118042d82c74f9557 (patch) | |
tree | c4ae781778cec45130b24f4d649612dc287a2029 | |
parent | ac48b586561e5a3a716d4dfeb67534c002acc4cd (diff) | |
download | repository-c959bc3f0d0ae9f996f6c2a118042d82c74f9557.tar.gz |
coreutils: bump to 9.0
-rwxr-xr-x | community/coreutils/build | 7 | ||||
-rw-r--r-- | community/coreutils/checksums | 3 | ||||
-rw-r--r-- | community/coreutils/sources | 2 | ||||
-rw-r--r-- | community/coreutils/version | 2 |
4 files changed, 10 insertions, 4 deletions
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 |