summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-05-31 10:55:02 +0800
committerNing Sun2023-05-31 10:55:02 +0800
commit0aae6e792ecad151f63f36b411585822497383f5 (patch)
tree7c337721c1f34bb7a559c97190f62052821e0d0e
parentac1f0277148c6632ff40ddcbe80bfcdadd57047f (diff)
downloadaur-0aae6e792ecad151f63f36b411585822497383f5.tar.gz
0.17.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ba584cd7be6..ed38fd4de36d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = quiche
pkgdesc = an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF
- pkgver = 0.17.1
- pkgrel = 4
+ pkgver = 0.17.2
+ pkgrel = 1
url = https://github.com/cloudflare/quiche
arch = x86_64
license = custom:BSD
makedepends = cmake
makedepends = rust
depends = gcc-libs
- source = https://github.com/cloudflare/quiche/archive/0.17.1.tar.gz
+ source = https://github.com/cloudflare/quiche/archive/0.17.2.tar.gz
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
- sha256sums = 3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4
+ sha256sums = 8d0dac6090e5dc0b232811e110925c18a14d90a337c6e08c33104103455920b0
pkgname = quiche
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3ad7c667534f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.gz
+*.zst
+src/
diff --git a/PKGBUILD b/PKGBUILD
index f30a9f0cff17..0bc92eaef176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous Maintainer: Kasei Wang <kasei@kasei.im>
pkgname=quiche
-pkgver=0.17.1
-pkgrel=4
+pkgver=0.17.2
+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'
@@ -11,7 +11,7 @@ license=('custom:BSD')
depends=('gcc-libs')
makedepends=('cmake' 'rust')
source=("https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4')
+sha256sums=('8d0dac6090e5dc0b232811e110925c18a14d90a337c6e08c33104103455920b0')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
build() {