nghttp2: update to 1.46.0

release notes:
- https://github.com/nghttp2/nghttp2/releases/tag/v1.46.0

blog post:
- https://nghttp2.org/blog/2021/10/19/nghttp2-v1-46-0/
This commit is contained in:
heitbaum 2021-10-21 19:26:16 +11:00
parent 6a60af7ce5
commit 1656fd05f7

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nghttp2"
PKG_VERSION="1.45.1"
PKG_SHA256="abdc4addccadbc7d89abe27c4d6427d78e57d139f69c1f45749227393c68bf79"
PKG_VERSION="1.46.0"
PKG_SHA256="1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43"
PKG_LICENSE="MIT"
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html"
PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz"