Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnghttp2
Commits:
99a29494 by Christian Hesse at 2024-10-22T19:33:42+02:00
upgpkg: 1.64.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.63.0
+ pkgver = 1.64.0
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = libnghttp2
depends = glibc
provides = libnghttp2.so
conflicts = nghttp2<1.20.0-2
- source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.63.0?signed
+ source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.64.0?signed
source = git+https://github.com/ngtcp2/munit.git
source = git+https://github.com/mruby/mruby.git
source = git+https://github.com/tatsuhiro-t/neverbleed.git
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
- sha512sums =
b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5
+ sha512sums =
6d0bb9b49d76d45d7dc85aa168a17c6c4a133f740b78f0a25816bbaf7acfc6c2b1576169a57d9219078012d676e3db605b5bac38ab10a8885f70040eda571460
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Zhuoyun Wei <[email protected]>
pkgname=libnghttp2
-pkgver=1.63.0
+pkgver=1.64.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=('x86_64')
@@ -17,7 +17,7 @@
source=("git+https://github.com/nghttp2/nghttp2.git#tag=v${pkgver}?signed"
'git+https://github.com/ngtcp2/munit.git'
'git+https://github.com/mruby/mruby.git'
'git+https://github.com/tatsuhiro-t/neverbleed.git')
-sha512sums=('b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5'
+sha512sums=('6d0bb9b49d76d45d7dc85aa168a17c6c4a133f740b78f0a25816bbaf7acfc6c2b1576169a57d9219078012d676e3db605b5bac38ab10a8885f70040eda571460'
'SKIP'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp2/-/commit/99a294942aee258b4b28aec9c29deb022b576f54
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp2/-/commit/99a294942aee258b4b28aec9c29deb022b576f54
You're receiving this email because of your account on gitlab.archlinux.org.