[packages] distribute: fix MD5SUM (closes: #10154)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28396 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/distribute/Makefile

index 6529e95..f11f6cb 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