Skip to content

Commit

Permalink
ngtcp2: update to 1.5.0
Browse files Browse the repository at this point in the history
- Switch source to .xz according to CONTRIBUTING.md
- Adopt the package

Signed-off-by: krant <[email protected]>
  • Loading branch information
krant authored and 1715173329 committed Jun 6, 2024
1 parent b669221 commit b206554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/ngtcp2/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ngtcp2
PKG_VERSION:=1.4.0
PKG_RELEASE:=2
PKG_VERSION:=1.5.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/ngtcp2/ngtcp2/releases/download/v$(PKG_VERSION)/
PKG_HASH:=163e26e6e7531b8bbcd7ec53d2c6b4ff3cb7d3654fde37b091e3174d37a8acd7
PKG_HASH:=2a40368cbe6313d6029b7d06dbf179e9ba92c8d5b1c7411f91093ae943db857f

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=
PKG_MAINTAINER:=Aleksey Vasilenko <[email protected]>

CMAKE_INSTALL:=1

Expand Down

0 comments on commit b206554

Please sign in to comment.