lede-packages-rs

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

commit 698f09cfa56f4b2c66a9417adf8fbb9d31a9b210
parent 56f7f6f8d3822a834bac10dd7956c3a342249612
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 21:05:21 +0300

Merge pull request #3195 from KurdyMalloy/master

poco: update to 1.7.5
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.3 +PKG_VERSION:=1.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.3 -PKG_MD5SUM:=a27c40529b6c32352ec890f6fe18bc0d +PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.5 +PKG_MD5SUM:=baafda4833c4dd95993398d9f237c96c PKG_LICENSE:=BSL-1.0 PKG_LICENSE_FILES:=LICENSE