commit ca2e844395ec5e58e6a09bed04fc022d43736a4f parent 54d955f91a7b1725c9a689fb7174b93107a94c3c Author: Hannu Nyman <hannu.nyman@iki.fi> Date: Wed, 4 Jan 2017 23:27:09 +0200 Merge pull request #3760 from KurdyMalloy/master poco: update to 1.7.7 Diffstat:
| M | libs/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.5 +PKG_VERSION:=1.7.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.5 -PKG_MD5SUM:=baafda4833c4dd95993398d9f237c96c +PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.7 +PKG_MD5SUM:=deb1e25704a39aac9fcd2beb4db55316 PKG_LICENSE:=BSL-1.0 PKG_LICENSE_FILES:=LICENSE