From af5929e7830cad70507bfd337cd43e3850901c1b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 9 Oct 2011 23:54:40 +0000 Subject: [PATCH] [packages] distribute: fix MD5SUM (closes: #10154) SVN-Revision: 28396 --- lang/distribute/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/distribute/Makefile b/lang/distribute/Makefile index 6529e95085..f11f6cbed9 100644 --- a/lang/distribute/Makefile +++ b/lang/distribute/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/$(PKG_NAME)/ -PKG_MD5SUM:=c8cfcfd42ec9ab900fb3960a3308eef2 +PKG_MD5SUM:=f783444754861f9b33e9f4083bd97b60 PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/ include $(INCLUDE_DIR)/host-build.mk -- 2.30.2