diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-07 11:31:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-07 11:47:57 +0000 |
commit | 4e3806749722871910f8c5c6093739ea4265f2b4 (patch) | |
tree | 70aa053f66628af6ddf0c2eea2a990f90bcfedaa /community/libevhtp | |
parent | 4857b46c042b6e261281aa5c5801789de7734b67 (diff) | |
download | aports-4e3806749722871910f8c5c6093739ea4265f2b4.tar.bz2 aports-4e3806749722871910f8c5c6093739ea4265f2b4.tar.xz |
community/libevhtp: rebuild against new libevent
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 78db22858d..10f8d7ce86 100644 --- a/community/libevhtp/APKBUILD +++ b/community/libevhtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevhtp pkgver=1.2.11n -pkgrel=1 +pkgrel=2 pkgdesc="Flexible replacement for libevent's httpd API" url="https://github.com/ellzey/libevhtp/" arch="all" |