diff options
Diffstat (limited to 'testing/hitch/APKBUILD')
-rw-r--r-- | testing/hitch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD index ca7380f947..699cb4d9de 100644 --- a/testing/hitch/APKBUILD +++ b/testing/hitch/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Raphael Cohn <raphael.cohn@stormmq.com> pkgname=hitch pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="hitch is a TLS / SSL endpoint like stunnel" url="https://hitch-tls.org/" arch="all" license="BSD" depends="libev" depends_dev="" -makedepends="libev-dev openssl-dev automake autoconf py-docutils bison flex" +makedepends="libev-dev libressl-dev automake autoconf py-docutils bison flex" install="" subpackages="$pkgname-doc" source="https://github.com/varnish/hitch/archive/hitch-1.2.0.tar.gz" |