diff options
author | Jean-Michel Julien <jean-michel.julien@trilliantinc.com> | 2017-01-04 14:19:21 -0500 |
---|---|---|
committer | Jean-Michel Julien <jean-michel.julien@trilliantinc.com> | 2017-01-04 14:19:21 -0500 |
commit | b71421ac680a440c1b7c101ea84b834653a82b61 (patch) | |
tree | 092541589ab0a9c962be91754d82da6f6dc552c1 /libs/poco | |
parent | d45c0f1ac01b721fd70c16c1540bc6b39628a4f6 (diff) |
poco: update to 1.7.7
Update package to latest stable version (1.7.7)
Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
Diffstat (limited to 'libs/poco')
-rw-r--r-- | libs/poco/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/poco/Makefile b/libs/poco/Makefile index 990346c35..d1ff62a66 100644 --- 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 |