diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-20 09:52:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-20 09:52:26 +0000 |
commit | f8521b1e9f91c8ba17d60ac261d27d059498f9a7 (patch) | |
tree | 4ab48613e8754181d88835f72ef963db372e44fa /main/nghttp2 | |
parent | 4d70e03608f261492dc5004faad040dd2f916ca8 (diff) | |
download | aports-f8521b1e9f91c8ba17d60ac261d27d059498f9a7.tar.bz2 aports-f8521b1e9f91c8ba17d60ac261d27d059498f9a7.tar.xz |
main/nghttp2: upgrade to 1.25.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 e208734777..b4b38eb33e 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.24.0 +pkgver=1.25.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="99c1a634f6b911a2256039bad42642d35120fa826c6fb3b9aebde9a1d1a227a4c3926f481cd8981f7cf4ac78617e5885faaeff87b35250d8cf54ebd6465e12a0 nghttp2-1.24.0.tar.xz" +sha512sums="bfc390aaf21153b9265ec9f6437e98ccca7fb50c12cdf085e1c12dfe222cb3e0048d1bb2d7a74db49943ba6f08f2452439b346b6b0f4cbfeac10bde3ca186c06 nghttp2-1.25.0.tar.xz" |