summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-04-17 21:03:12 +0800
committerNing Sun2023-04-17 21:03:12 +0800
commit83260712b6c16a5f0ead6fba1efb7407cb8ebd1b (patch)
treecbf4f52b9e0e760df0455951f6afdc57faa0cf26
parentfae32ce03269cb29ae2d30d4cf687ce4d67c6573 (diff)
downloadaur-83260712b6c16a5f0ead6fba1efb7407cb8ebd1b.tar.gz
0.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28b0d93e235..0994f3484952 100644
--- a/.SRCINFO
+++ b/.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.12.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/cloudflare/quiche
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = quiche
makedepends = go
makedepends = rust
depends = gcc-libs
- source = https://github.com/cloudflare/quiche/archive/0.12.0.tar.gz
+ source = https://github.com/cloudflare/quiche/archive/0.17.1.tar.gz
source = git+https://boringssl.googlesource.com/boringssl#commit=f1c75347daa2ea81a941e953f2263e0a4d970c8d
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
- sha256sums = 62b6c03ca67682d1bcbe7cc04b816a97fa382810f6e58c01811791148d94b238
+ sha256sums = 3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4
sha256sums = SKIP
pkgname = quiche
diff --git a/PKGBUILD b/PKGBUILD
index 683d5ae862f0..dfd9e65dede4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kasei Wang <kasei@kasei.im>
pkgname=quiche
-pkgver=0.12.0
+pkgver=0.17.1
pkgrel=1
pkgdesc='an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-libs')
makedepends=('cmake' 'git' 'go' 'rust')
source=("https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz"
"git+https://boringssl.googlesource.com/boringssl#commit=f1c75347daa2ea81a941e953f2263e0a4d970c8d")
-sha256sums=('62b6c03ca67682d1bcbe7cc04b816a97fa382810f6e58c01811791148d94b238'
+sha256sums=('3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4'
'SKIP')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')