Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libnghttp2
Commits:
b146bfba by Christian Hesse at 2024-05-20T21:33:09+02:00
upgpkg: 1.62.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-libnghttp2
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C
library (32-bit)
- pkgver = 1.62.0
+ pkgver = 1.62.1
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = lib32-libnghttp2
depends = lib32-glibc
depends = libnghttp2
provides = libnghttp2.so
- source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.62.0?signed
+ source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.62.1?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 =
4e775f93cd476660c3bab24820a7f4084dc6779d67894c613528f650cf3172028885c302d5cf22278b69c4431632235d78b88a5b82fdd359702251d386095697
+ sha512sums =
6ea6059af0aec4133aa83439dfa57bc3a7a3a33aae7028d2009dadd9912df4ede6a8337f053f17caec0276a2fcfca26d9397f5852f6edb9228553b76831fa658
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Zhuoyun Wei <[email protected]>
pkgname=lib32-libnghttp2
-pkgver=1.62.0
+pkgver=1.62.1
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library
(32-bit)'
arch=('x86_64')
@@ -16,7 +16,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=('4e775f93cd476660c3bab24820a7f4084dc6779d67894c613528f650cf3172028885c302d5cf22278b69c4431632235d78b88a5b82fdd359702251d386095697'
+sha512sums=('6ea6059af0aec4133aa83439dfa57bc3a7a3a33aae7028d2009dadd9912df4ede6a8337f053f17caec0276a2fcfca26d9397f5852f6edb9228553b76831fa658'
'SKIP'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnghttp2/-/commit/b146bfba46fe2158c1bc40545a90398f5e2e1fdc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnghttp2/-/commit/b146bfba46fe2158c1bc40545a90398f5e2e1fdc
You're receiving this email because of your account on gitlab.archlinux.org.