lede-packages-rs

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

commit 57e92300d6604d405839f7cb1eff0f009424198f
parent cc014f7407cb2b33a0c20707c059aea4ea6e7ba0
Author: jmjulien <jean-michel.julien@trilliantinc.com>
Date:   Tue, 20 Sep 2016 13:39:45 -0400

poco: update to 1.7.5
Update package to latest stable version (1.7.5)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>

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