diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-09-14 19:24:23 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-09-14 19:24:23 +0300 |
commit | 47b242ae7b3b33c5cae096544ce516e19e566755 (patch) | |
tree | a98c6e76bd8698616887f2daf9e1c57eb1efcc05 /lang | |
parent | f17288c7e38173eb522103f5a4edf096c4dbf576 (diff) |
python-setuptools: upgrade to version 18.3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-setuptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 95e5d7ffa..a81eff4b5 100644 --- 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.2 +PKG_VERSION:=18.3.1 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=52b4e48939ef311d7204f8fe940764f4 +PKG_MD5SUM:=748187b93152fa60287dfb896837fd7c PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION) |