Date: Mon, 13 Mar 2023 13:34:02 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53d16bd9db33 - main - devel/atlantis: Update to 0.23.2 Message-ID: <202303131334.32DDY2o4009811@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=53d16bd9db338842192120813b4dec6d388085dd commit 53d16bd9db338842192120813b4dec6d388085dd Author: Gabriel M. Dutra <0xdutra@gmail.com> AuthorDate: 2023-03-12 18:18:30 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-03-13 13:29:31 +0000 devel/atlantis: Update to 0.23.2 ChangeLog: https://github.com/runatlantis/atlantis/releases/tag/v0.23.2 fix(clone): omit checkout depth if it is zero for git clone fix(clone): omit checkout depth if it is zero for git fetch PR: 270079 Reported by: 0xdutra@gmail.com (maintainer) --- devel/atlantis/Makefile | 3 +-- devel/atlantis/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index ed7614373239..788694ae6213 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,7 +1,6 @@ PORTNAME= atlantis DISTVERSIONPREFIX= v -DISTVERSION= 0.22.3 -PORTREVISION= 3 +DISTVERSION= 0.23.2 CATEGORIES= devel MAINTAINER= 0xdutra@gmail.com diff --git a/devel/atlantis/distinfo b/devel/atlantis/distinfo index e12973206632..18f2084ef0ad 100644 --- a/devel/atlantis/distinfo +++ b/devel/atlantis/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1674342059 -SHA256 (go/devel_atlantis/atlantis-v0.22.3/v0.22.3.mod) = 496d2a1e526bee57c4e8ed7fee7bd3870e33a91198820f6aa12391b380c07749 -SIZE (go/devel_atlantis/atlantis-v0.22.3/v0.22.3.mod) = 5754 -SHA256 (go/devel_atlantis/atlantis-v0.22.3/v0.22.3.zip) = e1165be0809747e65282cca81bc063e4830c7591fc9f5567c3ade56397ebe620 -SIZE (go/devel_atlantis/atlantis-v0.22.3/v0.22.3.zip) = 4673775 +TIMESTAMP = 1678420858 +SHA256 (go/devel_atlantis/atlantis-v0.23.2/v0.23.2.mod) = ef80c966c72d3e389f4739b1923b0fe0cda8aca6ada5ed118fcf9ad01cae64a8 +SIZE (go/devel_atlantis/atlantis-v0.23.2/v0.23.2.mod) = 5788 +SHA256 (go/devel_atlantis/atlantis-v0.23.2/v0.23.2.zip) = 63a4c980adeb94f0a21d9ad088dfc8830f08da4e861d436f83c7de9dfb935073 +SIZE (go/devel_atlantis/atlantis-v0.23.2/v0.23.2.zip) = 4715388
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303131334.32DDY2o4009811>