diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-29 14:56:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 14:56:56 -0600 |
commit | 003d99483539e61b7e36a1c4c7b5f7a331e1ca2f (patch) | |
tree | d072a17a25084d2e2573f3453bd515aad033f24e /libs | |
parent | e67432bc7d04e4c2cf92d41606550974a9601ae4 (diff) | |
parent | 54274d4d9038118ca88f96b7e1654a97d1205b93 (diff) |
Merge pull request #23743 from stangri/master-nghttp3
nghttp3: update to 1.2.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/nghttp3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/nghttp3/Makefile b/libs/nghttp3/Makefile index 7ea0c12f7..900b9cff6 100644 --- a/libs/nghttp3/Makefile +++ b/libs/nghttp3/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nghttp3 -PKG_VERSION:=1.1.0 -PKG_RELEASE:=1 +PKG_VERSION:=1.2.0 +PKG_RELEASE:=r1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/ngtcp2/nghttp3/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b3ffb23a90442a0eafe8bfbefbc8b4ffb5179d68a7c0b8a416a34cf04b28d7c5 +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_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |