lede-packages-rs

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

commit f152712104b1b99c066cfed39969a4a9531aa031
parent cc014f7407cb2b33a0c20707c059aea4ea6e7ba0
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 20:33:57 +0300

Merge pull request #3193 from jefferyto/python-attrs-16.2.0

python-attrs: update to 16.2.0
Diffstat:
Mlang/python-attrs/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python-attrs/Makefile b/lang/python-attrs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attrs -PKG_VERSION:=16.0.0 +PKG_VERSION:=16.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/89/15/80d388d696c8c8ba14874635207aa698eb30ef1242dbb54d9eccf0e927ff -PKG_MD5SUM:=5bcdd418f6e83e580434c63067c08a73 +PKG_SOURCE_URL:=https://pypi.python.org/packages/6b/71/1682316894ed80b362b9102e7a10997136d8dc1213c36a9f0515c451373a +PKG_MD5SUM:=442b73d049af046ced010671b7bfd0e9 PKG_BUILD_DEPENDS:=python python-setuptools