summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Bouckaert2023-05-11 21:28:13 +1000
committerShaun Bouckaert2023-05-11 21:28:13 +1000
commit8b3988d420ec0ec0d2b3058ae872feb0097af655 (patch)
treed1f2a6293912a834673721a0c60371043cc30f94
parent292755cc57e3e9c92c8206c5e0f5fafdca9a19de (diff)
downloadaur-8b3988d420ec0ec0d2b3058ae872feb0097af655.tar.gz
Update to 1.53.0
Also switched to sha256sums for comparison with source checksums
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53de9a450dd..c27a81dbee77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nghttp2
pkgdesc = Client, server and proxy programs from the nghttp2 library
- pkgver = 1.52.0
- pkgrel = 2
+ pkgver = 1.53.0
+ pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
license = MIT
@@ -11,12 +11,12 @@ pkgbase = nghttp2
depends = jansson
depends = jemalloc
depends = c-ares
- depends = libnghttp2=1.52.0
+ depends = libnghttp2=1.53.0
depends = systemd-libs
options = !emptydirs
backup = etc/nghttpx/nghttpx.conf
backup = etc/logrotate.d/nghttpx
- source = https://github.com/nghttp2/nghttp2/releases/download/v1.52.0/nghttp2-1.52.0.tar.xz
- sha512sums = 3af1ce13270f7afc8652bd3de71200d9632204617fe04d2be7156d60eeb1a5cc415573677791a399ae03577e8e3256939b1b05d27dbd98dee504d09ec5325d56
+ source = https://github.com/nghttp2/nghttp2/releases/download/v1.53.0/nghttp2-1.53.0.tar.xz
+ sha256sums = b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809
pkgname = nghttp2
diff --git a/PKGBUILD b/PKGBUILD
index 409015cbb6ee..fb69749b4b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.52.0
-pkgrel=2
+pkgver=1.53.0
+pkgrel=1
pkgdesc='Client, server and proxy programs from the nghttp2 library'
arch=(x86_64)
url='https://nghttp2.org/'
@@ -17,7 +17,7 @@ backup=(
etc/nghttpx/nghttpx.conf
etc/logrotate.d/nghttpx
)
-sha512sums=('3af1ce13270f7afc8652bd3de71200d9632204617fe04d2be7156d60eeb1a5cc415573677791a399ae03577e8e3256939b1b05d27dbd98dee504d09ec5325d56')
+sha256sums=('b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809')
build() {
cd nghttp2-$pkgver