mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
zeromq: bump version
This commit is contained in:
@@ -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="ebd7b5c830d6428956b67a0454a7f8cbed1de74b3b01e5c33c5378e22740f763"
|
||||
CHECKSUM_SHA256="9d9285db37ae942ed0780c016da87060497877af45094ff9e1a1ca736e3875a2"
|
||||
SOURCE_URI_2="https://raw.githubusercontent.com/zeromq/cppzmq/e08ab12de2a7c3e21b0004a6b3d4a802c809d3d9/zmq.hpp#noarchive"
|
||||
CHECKSUM_SHA256_2="e47f44bce9a77ba0413828dbe91bfd510aaf16c08343cb70a33f7c34cd194191"
|
||||
|
||||
@@ -32,7 +32,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="5.2.2"
|
||||
libVersion="5.2.3"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -59,10 +59,12 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:asciidoc
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:xmlto
|
||||
"
|
||||
|
||||
defineDebugInfoPackage zeromq$secondaryArchSuffix \
|
||||
Reference in New Issue
Block a user