diff options
author | Tim Dettrick <t.dettrick@uq.edu.au> | 2015-10-02 15:51:00 +1000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-02 19:12:43 +0200 |
commit | 51fd785c2d7393dc21433d9d99517631241948dd (patch) | |
tree | 88d9e4f8a5e1da596342006eb29e33463c449cab /testing/nghttp2 | |
parent | d7069528d28362df7403c700e1b9a59b1bd87e2d (diff) | |
download | aports-51fd785c2d7393dc21433d9d99517631241948dd.tar.bz2 aports-51fd785c2d7393dc21433d9d99517631241948dd.tar.xz |
testing/nghttp2: upgrade to 1.3.4
Diffstat (limited to 'testing/nghttp2')
-rw-r--r-- | testing/nghttp2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/nghttp2/APKBUILD b/testing/nghttp2/APKBUILD index a3c422eb35..474893f2b7 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.3.2 +pkgver=1.3.4 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -48,6 +48,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="fe9c9cccbc314b0f9a4056bef4ba7362 nghttp2-1.3.2.tar.xz" -sha256sums="3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 nghttp2-1.3.2.tar.xz" -sha512sums="a29f6e371de19e13be8c01d9ad75c871b381a182012758666f927964e32a84fea2f0119d9ed5b2a52ef899e38261e5518e95b9a13da08f0d42ed26c2e154ee9a nghttp2-1.3.2.tar.xz" +md5sums="061c212379e9114c02c996a99c1490cf nghttp2-1.3.4.tar.xz" +sha256sums="87803308317247f90cab37cdba2eb45cf03a7f083fac5ed4e40f0937a9c37867 nghttp2-1.3.4.tar.xz" +sha512sums="5130ea9e68f85d7c626f585b20c4cd9af22de2c3ecc70f811197f07f00b94d135b645e9437909a60923fa5c24ef0a2d3fd7b7b6334653cdb2a627f5b5a0c80db nghttp2-1.3.4.tar.xz" |