summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Bouckaert2024-05-15 13:51:37 +1000
committerShaun Bouckaert2024-05-15 13:51:37 +1000
commit58816737d601331880aa2843e842328b905aadec (patch)
tree5c3bce3702c04cba0b531bb548cfdbe0424ab155
parentc4b5b4fdbd94e1f8b7ecd96a712b437ff556e794 (diff)
downloadaur-58816737d601331880aa2843e842328b905aadec.tar.gz
Update to 1.62.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b5d85005942..19ede7281514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nghttp2
pkgdesc = Client, server and proxy programs from the nghttp2 library
- pkgver = 1.61.0
+ pkgver = 1.62.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.61.0
+ depends = libnghttp2>=1.62.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.61.0/nghttp2-1.61.0.tar.xz
- sha256sums = c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654
+ source = https://github.com/nghttp2/nghttp2/releases/download/v1.62.0/nghttp2-1.62.0.tar.xz
+ sha256sums = 26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958
pkgname = nghttp2
diff --git a/PKGBUILD b/PKGBUILD
index d63ad4a08058..ae2b452c23d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.61.0
+pkgver=1.62.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=('c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654')
+sha256sums=('26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958')
build() {
cd nghttp2-$pkgver