aboutsummaryrefslogtreecommitdiff
path: root/libs/zmq
diff options
context:
space:
mode:
authorDirk Chang <dirk@kooiot.com>2016-05-19 23:13:05 +0800
committerDirk Chang <dirk@kooiot.com>2016-05-19 23:13:05 +0800
commit3e7c2d9e0aa7bf49799524c94c5b8d08cada71ae (patch)
treeba41a7c52ff6329090bf06cdb9e1fdd810e84fef /libs/zmq
parent01c642aeb7c7e4f1eb958c09b8a56c7a57c6227c (diff)
libzmq upgrade to 4.1.4
Signed-off-by: Dirk Chang <dirk@kooiot.com>
Diffstat (limited to 'libs/zmq')
-rw-r--r--libs/zmq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/zmq/Makefile b/libs/zmq/Makefile
index 86f2a2d7e..9b8cae4e4 100644
--- 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