summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Bouckaert2024-04-05 11:11:43 +1000
committerShaun Bouckaert2024-04-05 11:11:43 +1000
commitc4b5b4fdbd94e1f8b7ecd96a712b437ff556e794 (patch)
treec192487d579e93d11d573694f6e7d8508ddc04b9
parent12d8b01369c8936e7c82d90ac95d59e3e0f07e5a (diff)
downloadaur-nghttp2.tar.gz
Update to 1.61.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d6a349c228..0b5d85005942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nghttp2
pkgdesc = Client, server and proxy programs from the nghttp2 library
- pkgver = 1.60.0
+ pkgver = 1.61.0
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = nghttp2
depends = jansson
depends = jemalloc
depends = c-ares
- depends = libnghttp2>=1.60.0
+ depends = libnghttp2>=1.61.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.60.0/nghttp2-1.60.0.tar.xz
- sha256sums = 625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e
+ source = https://github.com/nghttp2/nghttp2/releases/download/v1.61.0/nghttp2-1.61.0.tar.xz
+ sha256sums = c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654
pkgname = nghttp2
diff --git a/PKGBUILD b/PKGBUILD
index abe3648af6de..d63ad4a08058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.60.0
+pkgver=1.61.0
pkgrel=1
pkgdesc='Client, server and proxy programs from the nghttp2 library'
arch=(x86_64)
@@ -17,7 +17,7 @@ backup=(
etc/nghttpx/nghttpx.conf
etc/logrotate.d/nghttpx
)
-sha256sums=('625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e')
+sha256sums=('c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654')
build() {
cd nghttp2-$pkgver