summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-05 21:59:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-05 21:59:57 +0200
commitd38d629daca2f34c9c0f8b05032a230b5f75dc6d (patch)
treee363d3e5dbcc89d508e23f495b486bdab778a797
parent92524d4c2beadd0a82cd4780b0a6c28722b8c150 (diff)
nghttp2: update to 1.67.1
-rw-r--r--package/nghttp2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nghttp2/Makefile b/package/nghttp2/Makefile
index 76764db94..88e9256e4 100644
--- a/package/nghttp2/Makefile
+++ b/package/nghttp2/Makefile
@@ -4,12 +4,12 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= nghttp2
-PKG_VERSION:= 1.65.0
+PKG_VERSION:= 1.67.1
PKG_RELEASE:= 1
-PKG_HASH:= f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331
+PKG_HASH:= 153972aad57e7bf9d911666df7613f2390acf37ea7e1a97a0c5567e90f98e830
PKG_DESCR:= http2 library
PKG_SECTION:= libs/misc
-PKG_SITES:= https://github.com/nghttp2/nghttp2/releases/download/v1.65.0/
+PKG_SITES:= https://github.com/nghttp2/nghttp2/releases/download/v$(PKG_VERSION)/
PKG_OPTS:= dev
include $(ADK_TOPDIR)/mk/package.mk