sslh: update to 1.19c.

Closes #14606.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-21 13:57:10 +02:00 committed by Enno Boland
parent f9f6db857b
commit 8353a1dadc
2 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'sslh'
pkgname=sslh
version=1.19
version=1.19c
revision=1
hostmakedepends="perl"
makedepends="pcre-devel libconfig-devel libcap-devel"
short_desc="Applicative Protocol Multiplexer"
maintainer="Markus Berger <pulux@pf4sh.de>"
license="GPL-2"
homepage="http://www.rutschle.net/tech/sslh.shtml"
license="GPL-2.0-or-later"
homepage="https://www.rutschle.net/tech/sslh/README.html"
distfiles="https://github.com/yrutschle/sslh/archive/v${version}.tar.gz"
checksum=8aa0f2af180b71b023b3adef568a2685b2724584f6f2fa2735681815dc8b2fc0
checksum=b10d22c20eab3ac51e2fac45b1697eb12731038b660e5df7a919c0a45c84a85d
do_build() {
sed -i 's|^MAN=sslh.8.gz|MAN=sslh.8|g' Makefile

1
srcpkgs/sslh/update Normal file
View File

@ -0,0 +1 @@
pattern='sslh/archive/v\K[\d.]+[a-z]?(?=\.tar)'