summaryrefslogtreecommitdiff
path: root/system/nghttp2
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-04-01 21:19:34 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-04-01 21:20:05 -0500
commit354a921e08e4e710c645f95f999cc9ce1ce96272 (patch)
tree231e7dc109e17db54b91c38affc09431cf46559a /system/nghttp2
parent66cb8bc7ca4633a0b4e9091a315197dccbf298b0 (diff)
downloadpackages-354a921e08e4e710c645f95f999cc9ce1ce96272.tar.gz
packages-354a921e08e4e710c645f95f999cc9ce1ce96272.tar.bz2
packages-354a921e08e4e710c645f95f999cc9ce1ce96272.tar.xz
packages-354a921e08e4e710c645f95f999cc9ce1ce96272.zip
system/nghttp2: Update to 1.52.0
Diffstat (limited to 'system/nghttp2')
-rw-r--r--system/nghttp2/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/nghttp2/APKBUILD b/system/nghttp2/APKBUILD
index 830a4231f..bb3f4073e 100644
--- a/system/nghttp2/APKBUILD
+++ b/system/nghttp2/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Síle Ekaterin Liszka <sheila@adelielinux.org>
pkgname=nghttp2
-pkgver=1.47.0
+pkgver=1.52.0
pkgrel=0
pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org/"
@@ -29,7 +29,6 @@ build() {
--disable-static \
--without-neverbleed \
--without-jemalloc \
- --disable-python-bindings \
--enable-lib-only
make
}
@@ -42,4 +41,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48 nghttp2-1.47.0.tar.xz"
+sha512sums="3af1ce13270f7afc8652bd3de71200d9632204617fe04d2be7156d60eeb1a5cc415573677791a399ae03577e8e3256939b1b05d27dbd98dee504d09ec5325d56 nghttp2-1.52.0.tar.xz"