aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/nanomsg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD
index 0da06096e69..d23f13142a2 100644
--- a/testing/nanomsg/APKBUILD
+++ b/testing/nanomsg/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nanomsg
pkgver=1.1.5
-pkgrel=0
+pkgrel=1
pkgdesc="Socket library that provides several common communication patterns"
-url="http://nanomsg.org"
+url="https://nanomsg.org"
arch="all !armhf !armv7" # armhf: segfaults in 2 tests
license="MIT"
makedepends="asciidoctor xmlto cmake"