lede-packages-rs

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

commit d96991f5a29792b8a9499a88b48e481aa7581a61
parent d8bd4dcac76d79b5cb37ccec43ecf081cf9bbfaa
Author: Jeffery To <jeffery.to@gmail.com>
Date:   Tue, 29 Dec 2015 20:26:40 +0800

python-enum34: update to latest version

Signed-off-by: Jeffery To <jeffery.to@gmail.com>

Diffstat:
Mlang/python-enum34/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python-enum34/Makefile b/lang/python-enum34/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=enum34 -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/e/enum34 -PKG_MD5SUM:=5edaf22a14ec2769fc973a0443bf02d5 +PKG_MD5SUM:=025bb71b3f9d2fad15d0ee53e48dc873 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=enum/LICENSE