Date: Mon, 3 Jun 2024 22:34:37 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2292e9199754 - main - devel/got: update to 0.100 Message-ID: <202406032234.453MYbl7092556@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2292e9199754fe46ed41406ef9d91b85b8c58035 commit 2292e9199754fe46ed41406ef9d91b85b8c58035 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-06-03 22:33:55 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-06-03 22:33:55 +0000 devel/got: update to 0.100 User-visible changes: - fix interop with servers that do not use Git protocol sidebands, such as git9 - reintroduce the 'got init' command as an alternative to 'gotadmin init' --- devel/got/Makefile | 2 +- devel/got/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 47e197e649b7..382ebadf7ab1 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.99 +DISTVERSION= 0.100 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index 0bcbb583d51f..f275e36e09f9 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714944008 -SHA256 (got-portable-0.99.tar.gz) = aea408353a02b2e3ad9b4d1b7607900269af97986d40998c57f10acdf0fa1e38 -SIZE (got-portable-0.99.tar.gz) = 1481387 +TIMESTAMP = 1717453535 +SHA256 (got-portable-0.100.tar.gz) = fc3a8a2067ff699d3d68bfeb07bb5ef806ae1e627e98e4eb5446e4a93f565012 +SIZE (got-portable-0.100.tar.gz) = 1482599
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406032234.453MYbl7092556>