lede-packages-rs

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

commit 0c4f1c390b07cae57670d53b83bfb22e8ec5bc1d
parent b2faede4082bc3fb78a7cb6657f25a02871aaf2b
Author: Jeffery To <jeffery.to@gmail.com>
Date:   Mon,  7 Dec 2015 17:01:52 +0800

python-ply: increment PKG_RELEASE

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

Diffstat:
Mlang/python-ply/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python-ply/Makefile b/lang/python-ply/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ply PKG_VERSION:=3.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dabeaz.com/ply