Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnghttp3
Commits:
6dd009aa by Christian Hesse at 2024-02-17T12:44:46+01:00
upgpkg: 1.2.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = libnghttp3
pkgdesc = HTTP/3 library written in C
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/ngtcp2/nghttp3
arch = x86_64
license = MIT
provides = libnghttp3.so
- source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.1.0/nghttp3-1.1.0.tar.xz
- source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.1.0/nghttp3-1.1.0.tar.xz.asc
+ source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz
+ source =
https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz.asc
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
- sha256sums =
f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
+ sha256sums =
d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa
sha256sums = SKIP
pkgname = libnghttp3
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Christian Hesse <[email protected]>
pkgname=libnghttp3
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="HTTP/3 library written in C"
url='https://github.com/ngtcp2/nghttp3'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
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=('f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb'
+sha256sums=('d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/6dd009aaae3d0f69ead5f4df69bfc9edd0e0093f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnghttp3/-/commit/6dd009aaae3d0f69ead5f4df69bfc9edd0e0093f
You're receiving this email because of your account on gitlab.archlinux.org.