summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Bouckaert2024-01-22 17:36:35 +1000
committerShaun Bouckaert2024-01-22 17:36:35 +1000
commit1e9aee414fbf516860422c2fcd55111a9661a2ad (patch)
treee9e564b2fee54d9e363e53b87a12729ef7003ac6
parent6a29df42ea9055b142a85c4b604912c2623951b9 (diff)
downloadaur-1e9aee414fbf516860422c2fcd55111a9661a2ad.tar.gz
Update to 1.59.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d00687e5a5..da38e4bd69f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nghttp2
pkgdesc = Client, server and proxy programs from the nghttp2 library
- pkgver = 1.58.0
+ pkgver = 1.59.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.58.0
+ depends = libnghttp2>=1.59.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.58.0/nghttp2-1.58.0.tar.xz
- sha256sums = 4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0
+ source = https://github.com/nghttp2/nghttp2/releases/download/v1.59.0/nghttp2-1.59.0.tar.xz
+ sha256sums = fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb
pkgname = nghttp2
diff --git a/PKGBUILD b/PKGBUILD
index ef8b767df1d0..80b430eb54f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.58.0
+pkgver=1.59.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=('4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0')
+sha256sums=('fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb')
build() {
cd nghttp2-$pkgver