diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-04-24 17:01:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 17:01:09 -0700 |
commit | 22094a65b618fc991a8cf67b9d8781d7103b0267 (patch) | |
tree | 70f6f1451c231d6a73543ee9e9645fc3e8c71d49 /libs | |
parent | 988a533153a64e31a0e7878dfc138329535a0839 (diff) | |
parent | fbf350d5e10d743b226ffd4c69cccc60b49cd03e (diff) |
Merge pull request #23907 from qosmio/nghttp3-fix-release-number
nghttp3: Use APK style release number
Diffstat (limited to 'libs')
-rw-r--r-- | libs/nghttp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nghttp3/Makefile b/libs/nghttp3/Makefile index 900b9cff6..2a3e35740 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)/ |