aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sslh/APKBUILD')
-rw-r--r--testing/sslh/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD
index 7a90c7b245..d94a0310b3 100644
--- a/testing/sslh/APKBUILD
+++ b/testing/sslh/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sslh
pkgver=1.19c
-pkgrel=1
+pkgrel=2
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"
@@ -26,7 +26,7 @@ build() {
check() {
cd "$builddir"
sed -i'.dist' -e '/_address =/s/ip6-localhost/localhost/' ./t
- make test || :
+ make test
}
package() {