zeromq: Upgrade to 4.2.5

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2018-04-02 11:05:43 -07:00 committed by Armin Kuster
parent e0a248c497
commit 1985b36b1d

View File

@ -9,8 +9,8 @@ PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium"
SRC_URI = "http://github.com/zeromq/libzmq/releases/download/v${PV}/zeromq-${PV}.tar.gz \
file://run-ptest \
"
SRC_URI[md5sum] = "c4e18bd0584ccd34213f152c11f54d6c"
SRC_URI[sha256sum] = "8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0"
SRC_URI[md5sum] = "a1c95b34384257e986842f4d006957b8"
SRC_URI[sha256sum] = "cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f"
S = "${WORKDIR}/zeromq-${PV}"