mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
nghttp3: update to 1.1.0
* Changelog: https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nghttp3
|
PKG_NAME:=nghttp3
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.1.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://codeload.github.com/ngtcp2/nghttp3/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=2e5b5a39415b9a0d160bbcb90b37bef7d8aee44ae504e8c0ddcb31aa92435988
|
PKG_HASH:=b3ffb23a90442a0eafe8bfbefbc8b4ffb5179d68a7c0b8a416a34cf04b28d7c5
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@@ -25,7 +25,7 @@ define Package/libnghttp3
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libnghttp3/description
|
define Package/libnghttp3/description
|
||||||
nghttp3 is a thin HTTP/3 layer over an underlying QUIC stack.
|
nghttp3 is a thin HTTP/3 layer over an underlying QUIC stack.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CMAKE_OPTIONS += -DENABLE_LIB_ONLY=ON
|
CMAKE_OPTIONS += -DENABLE_LIB_ONLY=ON
|
||||||
|
|||||||
Reference in New Issue
Block a user