Merge pull request #22770 from stangri/master-nghttp3
nghttp3: update to 1.1.0
This commit is contained in:
commit
ffd2ecd51e
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nghttp3
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/
|
||||
PKG_HASH:=2e5b5a39415b9a0d160bbcb90b37bef7d8aee44ae504e8c0ddcb31aa92435988
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/ngtcp2/nghttp3/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=b3ffb23a90442a0eafe8bfbefbc8b4ffb5179d68a7c0b8a416a34cf04b28d7c5
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
@ -25,7 +25,7 @@ define Package/libnghttp3
|
|||
endef
|
||||
|
||||
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
|
||||
|
||||
CMAKE_OPTIONS += -DENABLE_LIB_ONLY=ON
|
||||
|
|
Loading…
Reference in a new issue