diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-30 09:41:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-30 09:41:09 +0000 |
commit | c259eceded923b625268d52d5cd775a18e5946c2 (patch) | |
tree | 2fbd614b100d4fe56cfbfb28193aa8e58407523b /community/libevhtp/APKBUILD | |
parent | e7be202617c8be4483d9ebf264a2899992e1327b (diff) | |
download | aports-c259eceded923b625268d52d5cd775a18e5946c2.tar.bz2 aports-c259eceded923b625268d52d5cd775a18e5946c2.tar.xz |
community/libevhtp: upgrade to 1.2.11n
Diffstat (limited to 'community/libevhtp/APKBUILD')
-rw-r--r-- | community/libevhtp/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD index 12e15c0467..21b12898a3 100644 --- a/community/libevhtp/APKBUILD +++ b/community/libevhtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: <xmingske@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevhtp -pkgver=1.2.11 +pkgver=1.2.11n pkgrel=0 pkgdesc="Flexible replacement for libevent's httpd API" url="https://github.com/ellzey/libevhtp/" @@ -40,6 +40,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="d0af057bc23f15ae5959088b86ad6352 libevhtp-1.2.11.tar.gz" -sha256sums="0e60ef0b75c9e0351d18e015c9a688a70d9c66d2ca3f6a44a7da7153e11e067d libevhtp-1.2.11.tar.gz" -sha512sums="849102c9e5ec54f4bbe4b4106e72ddd0864c8636bdd1f821e70d6dc4dc0b8b0039257e67d597199161187d522ff65dc826862adfc7c60e755a1ffa95fcd2ac44 libevhtp-1.2.11.tar.gz" +md5sums="38e11f0623ce13c01ce7626d11ddffd1 libevhtp-1.2.11n.tar.gz" +sha256sums="ae114300659267c7e5f9805ba15f7e3f3461613371f38e3f84520a1703146afd libevhtp-1.2.11n.tar.gz" +sha512sums="cfa84e9b2b29b3c0808edbf50a8d63ad0b4a6f59abebdbf8f34146c288c8ecdc0434370ae77bd611dcc8733456bccc365f1c59fc132a594af9e91c68c3d58ee7 libevhtp-1.2.11n.tar.gz" |