diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-08-24 09:59:07 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-08-24 09:59:07 +0300 |
commit | f0d050667d00ca0ca357a28e3fae22f822e72b8d (patch) | |
tree | 1f49c491986b49ac19428cc17967a3cd3e33e64c /lang | |
parent | 3b42924eb3c6a54b27aef94e6929bba43527b5c1 (diff) |
python-setuptools: upgrade to version 18.2
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 1b10e9da2..95e5d7ffa 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.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) |