From a9a9e38bb6c2008612d9a7e29534c5d5e1b491dc Mon Sep 17 00:00:00 2001 From: kreatoo Date: Mon, 20 May 2024 20:10:23 +0000 Subject: [PATCH] Apply auto-update through chkupd --- nghttp2/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2/run b/nghttp2/run index d28ac8c4..14638f78 100644 --- a/nghttp2/run +++ b/nghttp2/run @@ -1,11 +1,11 @@ #!/bin/sh NAME="nghttp2" RELEASE="1" -VERSION="1.61.0" +VERSION="1.62.1" BUILD_DEPENDS="gmake" SOURCES="https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/nghttp2-$VERSION.tar.xz" DEPENDS="zlib python" -SHA256SUM="c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654" +SHA256SUM="2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72" DESCRIPTION="An implementation of the HTTP version 2 in C" build() {