summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2024-03-13 12:15:19 -0700
committerNing Sun2024-03-13 12:15:19 -0700
commitcde0ede85d4c3a048448e37b302ab5015c59b799 (patch)
tree3b96858ab55820dc1ad6ca222b43e8028252ea05
parenta87be29c71f0e484c7c8520ebc6118d7ed8e55af (diff)
downloadaur-cde0ede85d4c3a048448e37b302ab5015c59b799.tar.gz
0.20.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557799b78fed..91ebc5055bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quiche
pkgdesc = an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF
- pkgver = 0.20.0
- pkgrel = 2
+ pkgver = 0.20.1
+ pkgrel = 1
url = https://github.com/cloudflare/quiche
arch = x86_64
license = custom:BSD
@@ -9,8 +9,8 @@ pkgbase = quiche
makedepends = rust
depends = gcc-libs
options = !lto
- source = https://github.com/cloudflare/quiche/archive/0.20.0.tar.gz
+ source = https://github.com/cloudflare/quiche/archive/0.20.1.tar.gz
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
- sha256sums = 7125bc82ddcf38fbfbc69882ccb2723bfb4d5bfeb42718b8291d26ec06042e38
+ sha256sums = 9c460d8ecf6c80c06bf9b42f91201ef33f912e2615a871ff2d0e50197b901c71
pkgname = quiche
diff --git a/PKGBUILD b/PKGBUILD
index c5a038e9c3a0..3298ee4bca78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous Maintainer: Kasei Wang <kasei@kasei.im>
pkgname=quiche
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
pkgdesc='an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF'
arch=('x86_64')
url='https://github.com/cloudflare/quiche'
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('cmake' 'rust')
options=(!'lto')
source=("https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7125bc82ddcf38fbfbc69882ccb2723bfb4d5bfeb42718b8291d26ec06042e38')
+sha256sums=('9c460d8ecf6c80c06bf9b42f91201ef33f912e2615a871ff2d0e50197b901c71')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
build() {