summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-07-31 17:01:13 +0800
committerq234rty2023-07-31 17:01:13 +0800
commit4e614c0db2f62463003709d2c0aef9c522120dac (patch)
tree014e310ec0b8a1d59b6fb7fd416fb786b198c0d1
parent724a54085439057cc5583570389adb342dd4a7fc (diff)
downloadaur-4e614c0db2f62463003709d2c0aef9c522120dac.tar.gz
Update to 8.2.1 & quiche 0.17.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c360bf4ac08e..eb2b529a992c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = curl-http3
pkgdesc = An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3
- pkgver = 8.1.2
+ pkgver = 8.2.1
pkgrel = 1
url = https://curl.haxx.se
arch = x86_64
@@ -25,12 +25,12 @@ pkgbase = curl-http3
depends = zlib
depends = zstd
depends = libzstd.so
- source = https://curl.haxx.se/download/curl-8.1.2.tar.gz
- source = https://curl.haxx.se/download/curl-8.1.2.tar.gz.asc
- source = git+https://github.com/cloudflare/quiche.git#tag=0.17.1
+ source = https://curl.haxx.se/download/curl-8.2.1.tar.gz
+ source = https://curl.haxx.se/download/curl-8.2.1.tar.gz.asc
+ source = git+https://github.com/cloudflare/quiche.git#tag=0.17.2
source = git+https://github.com/google/boringssl.git
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
- sha512sums = 41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b
+ sha512sums = d0a906f4dff4c485e6dae930d9a7530147f4c0a0cbb46a83cb9be9d7bd6b9c320386c8be5bcdd3749f2d468b0daf39d06e8c581bab1fa792fd26da409a575cbd
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index afa56d866e7a..65ae6d5c1340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hendrik 'T4cC0re' Meyer <aur@t4cc0.re>
pkgname=curl-http3
-pkgver=8.1.2
+pkgver=8.2.1
pkgrel=1
pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('ca-certificates' 'brotli' 'libbrotlidec.so' 'libgssapi_krb5.so'
'krb5' 'libidn2' 'libidn2.so' 'libnghttp2' 'libpsl' 'libpsl.so'
'libssh2' 'libssh2.so' 'openssl' 'zlib' 'zstd' 'libzstd.so')
makedepends=('rust' 'git' 'go' 'cmake')
-_quiche_ref=0.17.1
+_quiche_ref=0.17.2
source=("https://curl.haxx.se/download/curl-$pkgver.tar.gz"{,.asc}
"git+https://github.com/cloudflare/quiche.git#tag=${_quiche_ref}"
"git+https://github.com/google/boringssl.git")
@@ -79,7 +79,7 @@ package() {
install -Dm644 quiche/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-quiche"
install -Dm644 quiche/quiche/deps/boringssl/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-boringssl"
}
-sha512sums=('41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b'
+sha512sums=('d0a906f4dff4c485e6dae930d9a7530147f4c0a0cbb46a83cb9be9d7bd6b9c320386c8be5bcdd3749f2d468b0daf39d06e8c581bab1fa792fd26da409a575cbd'
'SKIP'
'SKIP'
'SKIP')