diff options
author | Sean Khan <datapronix@protonmail.com> | 2024-04-12 12:09:59 -0400 |
---|---|---|
committer | Sean Khan <datapronix@protonmail.com> | 2024-04-12 12:09:59 -0400 |
commit | 43e924bacc2603e6c9b8e18afb306f6c41e6a2aa (patch) | |
tree | ec820741060773d2b5232c8f0022e93dedac1efd /libs | |
parent | a9ae9bad0650c7b584c836c204d8882256454004 (diff) |
ngtcp2: Use APK style release number
Maintainer: Stan Grishin <stangri@melmac.ca>
Run tested: aarch64, Dynalink DL-WRX36, Master Branch
Signed-off-by: Sean Khan <datapronix@protonmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/ngtcp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ngtcp2/Makefile b/libs/ngtcp2/Makefile index 5b902ca39..43c805555 100644 --- a/libs/ngtcp2/Makefile +++ b/libs/ngtcp2/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ngtcp2 PKG_VERSION:=1.4.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)/ |