diff options
Diffstat (limited to 'community/libevhtp/APKBUILD')
-rw-r--r-- | community/libevhtp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD index e0e6e505f7..2e5dec708e 100644 --- a/community/libevhtp/APKBUILD +++ b/community/libevhtp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: <xmingske@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevhtp -pkgver=1.2.11n -pkgrel=3 +pkgver=1.2.12 +pkgrel=0 pkgdesc="Flexible replacement for libevent's httpd API" url="https://github.com/ellzey/libevhtp/" arch="all" @@ -38,4 +38,4 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -sha512sums="cfa84e9b2b29b3c0808edbf50a8d63ad0b4a6f59abebdbf8f34146c288c8ecdc0434370ae77bd611dcc8733456bccc365f1c59fc132a594af9e91c68c3d58ee7 libevhtp-1.2.11n.tar.gz" +sha512sums="b720d7c79db445420e83634a8d4c39ffd4c2c23e5fdef144c427455630913eee2bb23d3ee7aded079f634f8409d36eee9b642bebc852614ad5f9defb402f705d libevhtp-1.2.12.tar.gz" |