lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 20d4c04c0e415acaefd4661ecab8087404aa5b84
parent 2bb6af5101c1133a1ce750df17709b98e20c3a03
Author: Steven Barth <steven@midlink.org>
Date:   Sun, 19 Jul 2015 12:46:58 +0200

Merge pull request #1589 from commodo/python-setuptools-upgrade

python-setuptools: upgrade to version 18.0.1
Diffstat:
Mlang/python-setuptools/Makefile | 4++--
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:=7.0 +PKG_VERSION:=18.0.1 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=6245d6752e2ef803c365f560f7f2f940 +PKG_MD5SUM:=cecd172c9ff7fd5f2e16b2fcc88bba51 PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)