From: Stan Grishin Date: Fri, 3 May 2024 00:00:02 +0000 (+0000) Subject: nghttp3: drop maintainership X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a6b0d50ac0c47f1d6175502003a5878e9c2f2a84;p=feed%2Fpackages.git nghttp3: drop maintainership * switch back to using tar.gz archives, switch to xz was probably unnecessary and the previous problem building from the tagged release gz was probably cache-related * drop maintainership Signed-off-by: Stan Grishin --- diff --git a/libs/nghttp3/Makefile b/libs/nghttp3/Makefile index 2a3e35740f..c3b201938f 100644 --- a/libs/nghttp3/Makefile +++ b/libs/nghttp3/Makefile @@ -4,13 +4,13 @@ PKG_NAME:=nghttp3 PKG_VERSION:=1.2.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://github.com/ngtcp2/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/ +PKG_HASH:=0cc9b943f61a135e08b80bdcc4c1181f695df18fbb5fa93509a58d7d971dca75 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Stan Grishin +PKG_MAINTAINER:= CMAKE_INSTALL:=1