summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-05-31 00:56:57 +0800
committerq234rty2023-05-31 00:56:57 +0800
commit724a54085439057cc5583570389adb342dd4a7fc (patch)
tree8b2e10e01228f01693bd35ff55f4d0886266f9dc
parent8fd2fadadf7de89e540278bdc2166da232b82d11 (diff)
downloadaur-724a54085439057cc5583570389adb342dd4a7fc.tar.gz
Update to 8.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3f995b8212..c360bf4ac08e 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.1
+ pkgver = 8.1.2
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.1.tar.gz
- source = https://curl.haxx.se/download/curl-8.1.1.tar.gz.asc
+ 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 = git+https://github.com/google/boringssl.git
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
- sha512sums = 95aeaca94ec78284102d1f5f8d0e24d7a084f2431356a08e7f6baf79c13c56040f2600571877d74e45b53b9f61ef493d201ed85808233c24b4dcbf45cdb6e762
+ sha512sums = 41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e977574d6c0c..afa56d866e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hendrik 'T4cC0re' Meyer <aur@t4cc0.re>
pkgname=curl-http3
-pkgver=8.1.1
+pkgver=8.1.2
pkgrel=1
pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3"
arch=('x86_64')
@@ -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=('95aeaca94ec78284102d1f5f8d0e24d7a084f2431356a08e7f6baf79c13c56040f2600571877d74e45b53b9f61ef493d201ed85808233c24b4dcbf45cdb6e762'
+sha512sums=('41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b'
'SKIP'
'SKIP'
'SKIP')