mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
nghttp2: update to 1.66.0
- Update package description Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
21fa162736
commit
69768c592b
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nghttp2
|
||||
PKG_VERSION:=1.63.0
|
||||
PKG_VERSION:=1.66.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/nghttp2/nghttp2/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b
|
||||
PKG_HASH:=00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631
|
||||
|
||||
PKG_MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -24,7 +24,7 @@ define Package/libnghttp2
|
||||
endef
|
||||
|
||||
define Package/libnghttp2/description
|
||||
C library implementing the framing layer of the HTTP/2 protocol. It can be used to build a HTTP/2-capable HTTP client or server
|
||||
HTTP/2 C Library
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
|
||||
Reference in New Issue
Block a user