diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-05 13:15:47 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-05 13:15:47 +0000 |
commit | 0ecc04943f5339acd1a3e8dc73b9029faf4fb6aa (patch) | |
tree | 749da78ad403b08e5d0f8156b23ac635f84f52b6 /main/nghttp2 | |
parent | 03b81c525ab262a55707efdd1c5ba2fd0b991dfe (diff) | |
download | aports-0ecc04943f5339acd1a3e8dc73b9029faf4fb6aa.tar.bz2 aports-0ecc04943f5339acd1a3e8dc73b9029faf4fb6aa.tar.xz |
main/nghttp2: upgrade to 1.30.0
Diffstat (limited to 'main/nghttp2')
-rw-r--r-- | main/nghttp2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD index 3b1bd9b716..ce8a48f5b0 100644 --- a/main/nghttp2/APKBUILD +++ b/main/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nghttp2 -pkgver=1.29.0 +pkgver=1.30.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -42,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a518ff1dcc9ae93f8228f4fa9110b9cbc460260a794d455530218c66317c6b96a5b14971aff25428e37326b5ce9f4d8480eefe6fcba17af23efa4ebceb56f23e nghttp2-1.29.0.tar.xz" +sha512sums="4b79f46947777627f0a9e1384ec51ac70e273aef6d46d322aa448731726b8ca606e73dcb171170bbe91fce93c28170ff04e11da56ee90fa28d642e7bc37b50be nghttp2-1.30.0.tar.xz" |