Date: Sun, 8 Sep 2024 18:42:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c6cb9c9e8a2a - main - net/libngtcp2: Update to 1.7.0 Message-ID: <202409081842.488IgXQt034534@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6cb9c9e8a2acb951086b9e1ff90994605a6f1a2 commit c6cb9c9e8a2acb951086b9e1ff90994605a6f1a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-08 18:16:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 18:37:01 +0000 net/libngtcp2: Update to 1.7.0 Changes: https://github.com/ngtcp2/ngtcp2/releases --- net/libngtcp2/Makefile | 2 +- net/libngtcp2/distinfo | 6 +++--- net/libngtcp2/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 6d641c8b6090..16344de7aa74 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= net MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo index 650346901be0..36cd15b96ea5 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718580026 -SHA256 (ngtcp2-1.6.0.tar.xz) = 2e575a42d369c2c982a1117f062ff9743fa07f87738ac5cedb304aa72260023a -SIZE (ngtcp2-1.6.0.tar.xz) = 623300 +TIMESTAMP = 1725559579 +SHA256 (ngtcp2-1.7.0.tar.xz) = e07c79090f96f6738fabab2129657c53f0cc05164de3662592581ca5425617b1 +SIZE (ngtcp2-1.7.0.tar.xz) = 631072 diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 6758a62104dd..9b3202c2562d 100644 --- a/net/libngtcp2/pkg-plist +++ b/net/libngtcp2/pkg-plist @@ -3,5 +3,5 @@ include/ngtcp2/version.h lib/libngtcp2.a lib/libngtcp2.so lib/libngtcp2.so.16 -lib/libngtcp2.so.16.2.2 +lib/libngtcp2.so.16.2.3 libdata/pkgconfig/libngtcp2.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409081842.488IgXQt034534>