libzmq upgrade to 4.1.4
Signed-off-by: Dirk Chang <dirk@kooiot.com>
This commit is contained in:
parent
01c642aeb7
commit
3e7c2d9e0a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue