Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnghttp3
Commits:
9296ac27 by Christian Hesse at 2024-06-13T12:04:49+02:00
upgpkg: 1.4.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = libnghttp3
pkgdesc = HTTP/3 library written in C
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/ngtcp2/nghttp3
arch = x86_64
license = MIT
depends = glibc
provides = libnghttp3.so
- source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.3.0/nghttp3-1.3.0.tar.xz
- source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.3.0/nghttp3-1.3.0.tar.xz.asc
+ source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.4.0/nghttp3-1.4.0.tar.xz
+ source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.4.0/nghttp3-1.4.0.tar.xz.asc
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
- sha256sums =
450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf
+ sha256sums =
c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a
sha256sums = SKIP
pkgname = libnghttp3
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Christian Hesse <[email protected]>
pkgname=libnghttp3
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="HTTP/3 library written in C"
url='https://github.com/ngtcp2/nghttp3'
@@ -12,7 +12,7 @@ depends=('glibc')
provides=('libnghttp3.so')
validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro
Tsujikawa <[email protected]>
source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc})
-sha256sums=('450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf'
+sha256sums=('c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/9296ac277cbb4d82a9c88ebf8f4f3f78ca34ad3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/9296ac277cbb4d82a9c88ebf8f4f3f78ca34ad3f
You're receiving this email because of your account on gitlab.archlinux.org.