diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-04-24 17:00:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 17:00:56 -0700 |
commit | 988a533153a64e31a0e7878dfc138329535a0839 (patch) | |
tree | e0de9249f93bce946754c8c83b7f6feff39a7017 /libs | |
parent | 13bcb5287099fd77d844856bd8957be81ba5cf28 (diff) | |
parent | 43e924bacc2603e6c9b8e18afb306f6c41e6a2aa (diff) |
Merge pull request #23908 from qosmio/ngtcp2-fix-release-number
ngtcp2: Use APK style release number
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)/ |