From 409e5e84016f877a4831d0b72c588e637f1cf3dc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 9 Apr 2024 08:02:43 +0200 Subject: [PATCH] nghttp2: Update version from 1.58.0 to 1.61.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. https://nghttp2.org/blog/2024/04/04/nghttp2-v1-61-0/ 2. https://github.com/nghttp2/nghttp2/releases/tag/v1.61.0 libnghttp2.so.14.25.1 → libnghttp2.so.14.28.0 --- nghttp2.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2.be0 b/nghttp2.be0 index ebda842dd..fa5649986 100755 --- a/nghttp2.be0 +++ b/nghttp2.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION nghttp2-1.58.0-0 +# BEE_VERSION nghttp2-1.61.0-0 #SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/4601542da69d9657072a3c5529f5c32e/nghttp2-1.58.0.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/0bb5661ff08b983487d6683350770c36/nghttp2-1.61.0.tar.xz" # PATCHURL+=()