diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 22:17:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:38 +0000 |
commit | 4f76d7f44d11229f8095f7ae698cbac46b3d9b8c (patch) | |
tree | 1b61f5fb360e972ef3c9305c57d592382b494b1b /community/libevhtp | |
parent | 810f751735717469404aa925b77318ffad64464d (diff) | |
download | aports-4f76d7f44d11229f8095f7ae698cbac46b3d9b8c.tar.bz2 aports-4f76d7f44d11229f8095f7ae698cbac46b3d9b8c.tar.xz |
community/libevhtp: rebuild against libressl-2.6
Diffstat (limited to 'community/libevhtp')
-rw-r--r-- | community/libevhtp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD index 2e5dec708e..e169826cf7 100644 --- a/community/libevhtp/APKBUILD +++ b/community/libevhtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevhtp pkgver=1.2.12 -pkgrel=0 +pkgrel=1 pkgdesc="Flexible replacement for libevent's httpd API" url="https://github.com/ellzey/libevhtp/" arch="all" |