diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 02:50:22 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-31 06:22:19 +0000 |
commit | 1446e1874e708ae7ba677c9af1d68a74d8e901fb (patch) | |
tree | dc54f12a5e2adda27333165e31a34e3116d4325e /testing/sslh | |
parent | 943de8c0a9e6a3457265f3150d86a8f6e16f28cb (diff) | |
download | aports-1446e1874e708ae7ba677c9af1d68a74d8e901fb.tar.bz2 aports-1446e1874e708ae7ba677c9af1d68a74d8e901fb.tar.xz |
rebuilds against libconfig.so.11
Diffstat (limited to 'testing/sslh')
-rw-r--r-- | testing/sslh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD index 477d3cc0cd..4c67fc7e1f 100644 --- a/testing/sslh/APKBUILD +++ b/testing/sslh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sslh pkgver=1.20 -pkgrel=0 +pkgrel=1 pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) " url="http://www.rutschle.net/tech/sslh/README.html" arch="all !aarch64 !s390x" # limited by valgrind |