From: nico Date: Sun, 9 Oct 2011 23:54:40 +0000 (+0000) Subject: [packages] distribute: fix MD5SUM (closes: #10154) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3f88e25f26d858b355ba8426b31420f786311201;p=packages.git [packages] distribute: fix MD5SUM (closes: #10154) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28396 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/distribute/Makefile b/lang/distribute/Makefile index 6529e9508..f11f6cbed 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