From fbf350d5e10d743b226ffd4c69cccc60b49cd03e Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Fri, 12 Apr 2024 12:09:59 -0400 Subject: [PATCH] nghttp3: Use APK style release number Maintainer: Stan Grishin Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan --- libs/nghttp3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nghttp3/Makefile b/libs/nghttp3/Makefile index 900b9cff60..2a3e35740f 100644 --- a/libs/nghttp3/Makefile +++ b/libs/nghttp3/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nghttp3 PKG_VERSION:=1.2.0 -PKG_RELEASE:=r1 +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)/