mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/libngtcp2: Update to 0.19.1
- Update WWW Changes: https://github.com/ngtcp2/ngtcp2/releases
This commit is contained in:
parent
4d76130ab1
commit
2e6190d03c
3 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= ngtcp2
|
||||
PORTVERSION= 0.17.0
|
||||
PORTVERSION= 0.19.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Implementation of QUIC protocol
|
||||
WWW= https://github.com/ngtcp2/ngtcp2
|
||||
WWW= https://nghttp2.org/ngtcp2/ \
|
||||
https://github.com/ngtcp2/ngtcp2
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1689398791
|
||||
SHA256 (ngtcp2-0.17.0.tar.xz) = c652e44788c1cbab6f9bab0f38b139712ab25a6f9f8c4287e409f1e1f30ec441
|
||||
SIZE (ngtcp2-0.17.0.tar.xz) = 590752
|
||||
TIMESTAMP = 1695143233
|
||||
SHA256 (ngtcp2-0.19.1.tar.xz) = 597d29f2f72e63217a0c5a8b6d1b04c994cf011564bf9f94142701edb977bf6e
|
||||
SIZE (ngtcp2-0.19.1.tar.xz) = 590532
|
||||
|
|
|
@ -2,6 +2,6 @@ include/ngtcp2/ngtcp2.h
|
|||
include/ngtcp2/version.h
|
||||
lib/libngtcp2.a
|
||||
lib/libngtcp2.so
|
||||
lib/libngtcp2.so.14
|
||||
lib/libngtcp2.so.14.0.0
|
||||
lib/libngtcp2.so.15
|
||||
lib/libngtcp2.so.15.0.1
|
||||
libdata/pkgconfig/libngtcp2.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue