From: Florian Fainelli Date: Wed, 9 Feb 2011 13:15:22 +0000 (+0000) Subject: update coreutils to 8.8 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=665cc12d80d211410b96311766dbbd245a95cce8;p=openwrt%2Fsvn-archive%2Fpackages.git update coreutils to 8.8 Signed-off-by: Alexander Khryukin SVN-Revision: 25432 --- diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index 43e79466c..23ff00719 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coreutils -PKG_VERSION:=8.7 -PKG_RELEASE:=2 +PKG_VERSION:=8.8 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/coreutils -PKG_MD5SUM:=3c1ae9531159447083ae8f25ae554b81 +PKG_MD5SUM:=bad596d9654e299eedea0eaf93f178fa PKG_BUILD_DEPENDS:=libpthread include $(INCLUDE_DIR)/package.mk