[packages] distribute: fix MD5SUM (closes: #10154)
authorNicolas Thill <nico@openwrt.org>
Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)
SVN-Revision: 28396

lang/distribute/Makefile

index 6529e95085dd4d2c87050fa07aae5264ad557fa1..f11f6cbed9b2caa2af4982da4c384a48fc0acf22 100644 (file)
@@ -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