diff options
Diffstat (limited to 'testing/nanomsg')
-rw-r--r-- | testing/nanomsg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD index 0da06096e6..d23f13142a 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" |