commit 58ea5b80b2ad1eb2a2f5385eb4ec4066f0ec9682
parent 4347e5a255d23988a6446efd56915568f8d5231c
Author: Steven Barth <steven@midlink.org>
Date: Mon, 24 Aug 2015 11:11:40 +0200
Merge pull request #1705 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.2
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools
-PKG_VERSION:=18.1
+PKG_VERSION:=18.2
PKG_RELEASE:=1
PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
-PKG_MD5SUM:=f72e87f34fbf07f299f6cb46256a0b06
+PKG_MD5SUM:=52b4e48939ef311d7204f8fe940764f4
PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)