diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-08 21:28:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:49 +0000 |
commit | 3ef9ae3376291f520b1bd6215a1f43588e130340 (patch) | |
tree | c7380b491e006a0aaad79ec2a4ec5afc17584336 | |
parent | 30aae749a173b210cd6683d5eb2dae653057884f (diff) | |
download | aports-3ef9ae3376291f520b1bd6215a1f43588e130340.tar.bz2 aports-3ef9ae3376291f520b1bd6215a1f43588e130340.tar.xz |
testing/hitch: rebuild against libressl
-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" |