diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 20:01:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 20:01:11 -0300 |
commit | a3b1c1905afa6e9a8f2a0e0e9593b67762f547bf (patch) | |
tree | 15c97f6d53031dfe127889911a286c3f3427d848 /testing/nanomsg | |
parent | 9e41bf2861c64860bc3fd0537915650e7f3c40af (diff) | |
download | aports-a3b1c1905afa6e9a8f2a0e0e9593b67762f547bf.tar.bz2 aports-a3b1c1905afa6e9a8f2a0e0e9593b67762f547bf.tar.xz |
testing/nanomsg: fix url
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" |