diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-21 16:27:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-21 16:27:20 +0100 |
commit | f4c748be56e6b6731537624bb333d001469f4f50 (patch) | |
tree | 04a9fef58f07da4cdca14f6340e689d022974b1a /package/coreutils/Makefile | |
parent | 664f0acd54623594267a7f73370c0acb145134b9 (diff) |
fix uclibc compile
Diffstat (limited to 'package/coreutils/Makefile')
-rw-r--r-- | package/coreutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index 26a501fd8..1d0a9830d 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= coreutils -PKG_VERSION:= 8.21 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 065ba41828644eca5dd8163446de5d64 +PKG_VERSION:= 8.22 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 8fb0ae2267aa6e728958adc38f8163a2 PKG_DESCR:= basic file, shell and text manipulation utilities PKG_SECTION:= base PKG_BUILDDEP:= gmp autotool |