summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasei Wang2020-03-19 14:55:49 +0800
committerKasei Wang2020-03-19 14:55:49 +0800
commite3f10507120a415aac543e3d7b8e84df893ed1a4 (patch)
tree2162fbbeb1c99849bffbf34fe354315d5caebc94
parent075088583300da1874e5ba1c7e1038a8250834cb (diff)
downloadaur-e3f10507120a415aac543e3d7b8e84df893ed1a4.tar.gz
updpkg: quiche 0.3.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b9d9162126b..0600da82313a 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.2.0
+ pkgver = 0.3.0
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.2.0.tar.gz
+ source = https://github.com/cloudflare/quiche/archive/0.3.0.tar.gz
source = git+https://boringssl.googlesource.com/boringssl#branch=chromium-stable
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
- sha256sums = 2c56bba0a76cf02df74bc74a8713011af343df24d2b2faba9eee452a0264e824
+ sha256sums = 6294db787b684f89ed17836f3bc4cfc99cc394c0a49553fb3652331d68a624b1
sha256sums = SKIP
pkgname = quiche
diff --git a/PKGBUILD b/PKGBUILD
index bd3c1e80b82d..669825872e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kasei Wang <kasei@kasei.im>
pkgname=quiche
-pkgver=0.2.0
+pkgver=0.3.0
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#branch=chromium-stable")
-sha256sums=('2c56bba0a76cf02df74bc74a8713011af343df24d2b2faba9eee452a0264e824'
+sha256sums=('6294db787b684f89ed17836f3bc4cfc99cc394c0a49553fb3652331d68a624b1'
'SKIP')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')