From 6b5f80b9e6de27ee2d533af60fade0924b28db8d Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 9 Feb 2011 13:15:22 +0000 Subject: [PATCH] [package] update coreutils to 8.8 Signed-off-by: Alexander Khryukin git-svn-id: svn://svn.openwrt.org/openwrt/packages@25432 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/coreutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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