diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
commit | ee064dff921e104e442bbe94459e901388a86b4a (patch) | |
tree | 383e51e9d4fe2424691c1f01136731086b782d22 /package/coreutils/Makefile | |
parent | 3fa00c8a16cdbd8bed631606844e8f881ceec399 (diff) | |
parent | 2e359603d90d5ea1b8a6a20aee8c4a142cd8fafd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |