lede-packages-rs

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

commit dece86e1d3221a707789f255e78a224d61f14ba5
parent 632cbb96d3545dd3ecd0059f735261047404a8ff
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 14 Sep 2015 23:19:24 +0200

Merge pull request #1773 from commodo/setuptools-upgrade

python-setuptools: upgrade to version 18.3.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:=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)