diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:20:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:20:53 +0000 |
commit | f8279ce3435bf73a5c2296dd9cb13ff99353a840 (patch) | |
tree | fe5723134461b047586cf5aaf380dedb6da4a17d /community/h2o/APKBUILD | |
parent | e2222dc3c2b4554d94622fd312549b2c08ca6a77 (diff) | |
download | aports-f8279ce3435bf73a5c2296dd9cb13ff99353a840.tar.bz2 aports-f8279ce3435bf73a5c2296dd9cb13ff99353a840.tar.xz |
community/h2o: rebuild against libressl
Diffstat (limited to 'community/h2o/APKBUILD')
-rw-r--r-- | community/h2o/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/h2o/APKBUILD b/community/h2o/APKBUILD index 7fb61a20a3..cc717c969d 100644 --- a/community/h2o/APKBUILD +++ b/community/h2o/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=h2o pkgver=2.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" license="MIT" depends="perl" -makedepends="cmake wslay-dev openssl-dev libuv-dev yaml-dev" +makedepends="cmake zlib-dev wslay-dev libressl-dev libuv-dev yaml-dev" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz |