diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-19 18:18:18 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-19 18:18:18 +0300 |
commit | 4d94fee98f1bd03aecbc134c50958d481bb9ef15 (patch) | |
tree | d2ab0ee86c7db51820b05b41a11a817e6e26da14 | |
parent | 8500cc37e489481b24e4492c8cf210581ac84be1 (diff) | |
parent | 3e7c2d9e0aa7bf49799524c94c5b8d08cada71ae (diff) |
Merge pull request #2718 from kooiot/master
libzmq upgrade to 4.1.4
-rw-r--r-- | libs/zmq/Makefile | 4 |
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 |