aboutsummaryrefslogtreecommitdiffstats
path: root/main/czmq
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-14 16:39:45 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-23 11:23:51 +0000
commitc46ef7b9e13ce22f2fa0da000720e9005232c6c8 (patch)
tree6cfda3b0b68543803192c776c23460b4e704da9d /main/czmq
parentcf792315e123a033c7e2ef0d4561e7c98e0f7260 (diff)
downloadaports-c46ef7b9e13ce22f2fa0da000720e9005232c6c8.tar.bz2
aports-c46ef7b9e13ce22f2fa0da000720e9005232c6c8.tar.xz
main/czmq: upgrade to 4.2.0
Diffstat (limited to 'main/czmq')
-rw-r--r--main/czmq/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/main/czmq/APKBUILD b/main/czmq/APKBUILD
index 4fbbfe6ec6..512efdae2b 100644
--- a/main/czmq/APKBUILD
+++ b/main/czmq/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=czmq
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.2.0
+pkgrel=0
pkgdesc="High-level C binding for ZeroMQ"
url="http://czmq.zeromq.org/"
arch="all !s390x" # zproxy test timeouts on s390x
@@ -14,8 +14,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/zeromq/$pkgname/archive/v$pk
builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
-
# Note: One test segfaults when built with MinSizeRel (-Os).
cmake \
-DCMAKE_BUILD_TYPE=Release \
@@ -25,13 +23,11 @@ build() {
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir"
}
-sha512sums="c36d509e154a2142154f339294375bab0f6a2752f025a4489067bbddb22c4ef8f8e501797e755ac3779aa5c1c19397d32f7195ba80ae6b81e349f22c7634fb91 czmq-4.1.1.tar.gz"
+sha512sums="d6b6356c07095579e6780386e6c5ead6f87c1f3a80d15afbfaea24a9c108ef13ab750e7dcffbcc4d8528fb5b14b0b28f08008d513b2cf85f2df10b7cf5903212 czmq-4.2.0.tar.gz"