Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnghttp2
Commits:
d8a077bf by Christian Hesse at 2023-10-10T16:58:51+02:00
upgpkg: 1.57.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libnghttp2
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library
- pkgver = 1.56.0
+ pkgver = 1.57.0
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libnghttp2
makedepends = git
depends = glibc
conflicts = nghttp2<1.20.0-2
- source =
git+https://github.com/nghttp2/nghttp2.git#tag=a1d5296e5114eac3801f9c12a5f5a698ff97abdb?signed
+ source =
git+https://github.com/nghttp2/nghttp2.git#tag=6fdf90693ece205405e015237063d79b9bac343d?signed
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Zhuoyun Wei <[email protected]>
pkgname=libnghttp2
-_tag='a1d5296e5114eac3801f9c12a5f5a698ff97abdb' # git rev-parse v${pkgver}
-pkgver=1.56.0
+_tag='6fdf90693ece205405e015237063d79b9bac343d' # git rev-parse v${pkgver}
+pkgver=1.57.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=('x86_64')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp2/-/commit/d8a077bfdd0dff677f9dd54b1be5b694e437cadb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp2/-/commit/d8a077bfdd0dff677f9dd54b1be5b694e437cadb
You're receiving this email because of your account on gitlab.archlinux.org.