Remi Gacogne pushed to branch main at Arch Linux / Packaging / Packages / quiche
Commits:
186b7db5 by Remi Gacogne at 2026-05-18T16:22:05+02:00
upgpkg: 0.29.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = quiche
pkgdesc = An implementation of the QUIC transport protocol and HTTP/3
as specified by the IETF
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/cloudflare/quiche
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = quiche
makedepends = clang
depends = libgcc
options = !lto
- source =
quiche-0.28.0.tar.gz::https://github.com/cloudflare/quiche/archive/0.28.0.tar.gz
+ source =
quiche-0.29.0.tar.gz::https://github.com/cloudflare/quiche/archive/0.29.0.tar.gz
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
- sha256sums =
2adb185e8557b3057cee76ba73d8afb20c25e3143a6296a5891ddc9b1fd81192
+ sha256sums =
8233461c23a037ea9a5c8dfca84c0a26cac7ad400a08a6189f522fb4647e1252
pkgname = quiche
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Previous Maintainer: Kasei Wang <[email protected]>
pkgname=quiche
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc='An implementation of the QUIC transport protocol and HTTP/3 as
specified by the IETF'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('libgcc')
makedepends=('cmake' 'rust' 'git' 'clang')
options=(!'lto')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('2adb185e8557b3057cee76ba73d8afb20c25e3143a6296a5891ddc9b1fd81192')
+sha256sums=('8233461c23a037ea9a5c8dfca84c0a26cac7ad400a08a6189f522fb4647e1252')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quiche/-/commit/186b7db5971aa322890710cf155fdf830189d0fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quiche/-/commit/186b7db5971aa322890710cf155fdf830189d0fa
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help