commit fdedfdeed7d17453cadd6aab9d7194ac6a69bf45
parent 726e9dcafd3645928b8ca338e6ef4691cb699350
Author: Steven Barth <steven@midlink.org>
Date: Wed, 11 Nov 2015 10:46:27 +0100
Merge pull request #1940 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.5
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.3.1
+PKG_VERSION:=18.5
PKG_RELEASE:=1
PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
-PKG_MD5SUM:=748187b93152fa60287dfb896837fd7c
+PKG_MD5SUM:=533c868f01169a3085177dffe5e768bb
PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)