mirror of https://github.com/openwrt/packages.git
nghttp3: update to 1.18.0
Update to the latest upstream stable release. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>pull/30114/head
parent
925ccf8f2c
commit
d04ade044e
|
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nghttp3
|
||||
PKG_VERSION:=1.16.0
|
||||
PKG_VERSION:=1.18.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/
|
||||
PKG_HASH:=776f59a99905c9a348846807b2e5ac9bb3485fc0f8c0250ba803018d5238a16e
|
||||
PKG_HASH:=aad782c23d3f01bd4bb52c8bac7a553b631ef8115fd1612703df6183449fef19
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
|||
Loading…
Reference in New Issue