commit 3e7c2d9e0aa7bf49799524c94c5b8d08cada71ae
parent 01c642aeb7c7e4f1eb958c09b8a56c7a57c6227c
Author: Dirk Chang <dirk@kooiot.com>
Date: Thu, 19 May 2016 23:13:05 +0800
libzmq upgrade to 4.1.4
Signed-off-by: Dirk Chang <dirk@kooiot.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/zmq/Makefile b/libs/zmq/Makefile
@@ -10,7 +10,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zeromq
-PKG_VERSION:=4.1.3
+PKG_VERSION:=4.1.4
PKG_RELEASE:=1
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
PKG_LICENSE:=GPL-3.0+
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=LICENCE.txt
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= http://download.zeromq.org
-PKG_MD5SUM:=d0824317348cfb44b8692e19cc73dc3a
+PKG_MD5SUM:=a611ecc93fffeb6d058c0e6edf4ad4fb
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=libuuid