mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
zeromq, bump version (#3099)
This commit is contained in:
committed by
waddlesplash
parent
33efb02d4c
commit
9ded5e4b7d
@@ -1,7 +1,7 @@
|
||||
SUMMARY="A lightweight messaging kernel"
|
||||
DESCRIPTION="The ZeroMQ lightweight messaging kernel is a library which \
|
||||
extends the standard socket interfaces with features traditionally provided by\
|
||||
specialised messaging middleware products. ZeroMQ sockets provide an \
|
||||
extends the standard socket interfaces with features traditionally provided by \
|
||||
specialised messaging middleware products. ZeroMQ sockets provide an \
|
||||
abstraction of asynchronous message queues, multiple messaging patterns, \
|
||||
message filtering (subscriptions), seamless access to multiple transport \
|
||||
protocols and more."
|
||||
@@ -18,7 +18,7 @@ COPYRIGHT="2007-2014 iMatix Corporation
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/zeromq/libzmq/releases/download/v$portVersion/zeromq-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0"
|
||||
CHECKSUM_SHA256="cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f"
|
||||
SOURCE_URI_2="https://raw.githubusercontent.com/zeromq/cppzmq/a604af9/zmq.hpp#noarchive"
|
||||
CHECKSUM_SHA256_2="cc9258ac55ccf3e53594d0c0c154ac089a08a11d1f3e1d52e6acc8c6a71eef69"
|
||||
|
||||
@@ -32,7 +32,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="5.1.3"
|
||||
libVersion="5.1.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user