From: Nicolas Thill Date: Sun, 9 Oct 2011 23:54:40 +0000 (+0000) Subject: [packages] distribute: fix MD5SUM (closes: #10154) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=af5929e7830cad70507bfd337cd43e3850901c1b [packages] distribute: fix MD5SUM (closes: #10154) SVN-Revision: 28396 --- 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