aboutsummaryrefslogtreecommitdiff
path: root/libs/ngtcp2
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-10-29 19:33:15 +0000
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2023-10-30 18:16:20 +0100
commit7a393aea9f277358ee6ba7db6761609fba402a7d (patch)
treeffa3815c8d03076eb77825499e80e5a7f34bbb00 /libs/ngtcp2
parentac9973bc119b48dea57b146bd9d1f6c8f62311ab (diff)
ngtcp2: update to 1.0.1
* https://github.com/ngtcp2/ngtcp2/compare/v1.0.0...v1.0.1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'libs/ngtcp2')
-rw-r--r--libs/ngtcp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ngtcp2/Makefile b/libs/ngtcp2/Makefile
index 5d7ad9a0c..3db59361d 100644
--- a/libs/ngtcp2/Makefile
+++ b/libs/ngtcp2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ngtcp2
-PKG_VERSION:=1.0.0
+PKG_VERSION:=1.0.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ngtcp2/ngtcp2/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=a40b18af654baaebee3431af9bb4e347f40080bf1189d658ad53f8e66bf39da3
+PKG_HASH:=df03e7e91110fcbb165ae048fa671f1dd39f77b841df3a14aef076a1c192cc27
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING