nghttp2: update to 1.52.0.

This commit is contained in:
skmpz 2023-02-15 08:00:53 +04:00 committed by classabbyamp
parent b150f3a75a
commit 2b1ff95e42
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nghttp2'
pkgname=nghttp2
version=1.51.0
version=1.52.0
revision=1
build_style=gnu-configure
# build system errors out if python isn't available
@ -13,8 +13,8 @@ short_desc="HTTP/2 C Library"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="MIT"
homepage="https://nghttp2.org"
distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz"
checksum=66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b
distfiles="https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz"
checksum=3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d
python_version=3
post_install() {