diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 11:15:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 12:03:33 +0000 |
commit | 191216bc51806b35033f9ad8991a9291fcd8b1a7 (patch) | |
tree | 1dd18713f5ac1aba885c4745f86d099c623546fe /community/libevhtp/APKBUILD | |
parent | 45ed3e928dd9bba89480c1a2426eace1907ce2f4 (diff) | |
download | aports-191216bc51806b35033f9ad8991a9291fcd8b1a7.tar.bz2 aports-191216bc51806b35033f9ad8991a9291fcd8b1a7.tar.xz |
community/libevhtp: upgrade to 1.2.12
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" |