lede-packages-rs

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

commit 42fe8b37a6b5c704266a037d2a902c9a525e4e07
parent b30fca20ba4ad6e58f6e39bccbbabe2c39ad3247
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 10 May 2016 22:26:58 +0300

Merge pull request #2680 from KurdyMalloy/master

poco: update to 1.7.3
Diffstat:
Mlibs/poco/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/poco/Makefile b/libs/poco/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poco -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.7.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.0 -PKG_MD5SUM:=dbbc98ab95910cc31bf4f1ffff9ac572 +PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.3 +PKG_MD5SUM:=a27c40529b6c32352ec890f6fe18bc0d PKG_LICENSE:=BSL-1.0 PKG_LICENSE_FILES:=LICENSE