From cffbb83f04982883f081292dccb8ebfc781bd97b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 2 Jul 2018 10:24:06 +0200 Subject: [PATCH] coreutils: Update from 8.29 to 8.30 --- packages/coreutils/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/coreutils/build.sh b/packages/coreutils/build.sh index b80668b75d..b4d9d8dec5 100755 --- a/packages/coreutils/build.sh +++ b/packages/coreutils/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/coreutils/ TERMUX_PKG_DESCRIPTION="Basic file, shell and text manipulation utilities from the GNU project" -TERMUX_PKG_VERSION=8.29 -TERMUX_PKG_SHA256=92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e +TERMUX_PKG_VERSION=8.30 +TERMUX_PKG_SHA256=e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz # pinky has no usage on Android. # df does not work either, let system binary prevail.