Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2024 08:48:04 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 992d06633476 - main - sysutils/gomplate: Update to 4.3.0
Message-ID:  <202412180848.4BI8m4CU061163@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=992d066334765dff74dbccce4693b3d8ea84a543

commit 992d066334765dff74dbccce4693b3d8ea84a543
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-12-18 08:16:10 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-12-18 08:47:54 +0000

    sysutils/gomplate: Update to 4.3.0
    
    - Switch to go:1.23
    
    ChangeLog: https://github.com/hairyhenderson/gomplate/releases/tag/v4.3.0
---
 sysutils/gomplate/Makefile |  6 +++---
 sysutils/gomplate/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile
index 769951c280f7..826913ea7021 100644
--- a/sysutils/gomplate/Makefile
+++ b/sysutils/gomplate/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gomplate
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.2.0
+DISTVERSION=	4.3.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -10,10 +10,10 @@ WWW=		https://github.com/hairyhenderson/gomplate
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.22,modules
+USES=		go:1.23,modules
 
 GO_MODULE=	github.com/hairyhenderson/gomplate/v4
-GH_TAG_COMMIT=	020f6d1
+GH_TAG_COMMIT=	cec14a0
 GO_TARGET=	./cmd/gomplate
 GO_BUILDFLAGS=	-ldflags "\
 		-w -s \
diff --git a/sysutils/gomplate/distinfo b/sysutils/gomplate/distinfo
index 931b32bdccee..08125e9f5759 100644
--- a/sysutils/gomplate/distinfo
+++ b/sysutils/gomplate/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1731314591
-SHA256 (go/sysutils_gomplate/gomplate-v4.2.0/v4.2.0.mod) = d2b2a048872f0d77ba0bec2ff5e13fe0c635aaefcf0cfb1f55d7335a0cc5252c
-SIZE (go/sysutils_gomplate/gomplate-v4.2.0/v4.2.0.mod) = 9683
-SHA256 (go/sysutils_gomplate/gomplate-v4.2.0/v4.2.0.zip) = 81e48d1f15de93266df34134d04084bbb8e970b1c1fe6fc03674cd1e761fca55
-SIZE (go/sysutils_gomplate/gomplate-v4.2.0/v4.2.0.zip) = 393242
+TIMESTAMP = 1734467438
+SHA256 (go/sysutils_gomplate/gomplate-v4.3.0/v4.3.0.mod) = ff180759bcd53be4acd2de2cf7b97868083db636307b590a1e4a15697bf304b1
+SIZE (go/sysutils_gomplate/gomplate-v4.3.0/v4.3.0.mod) = 9784
+SHA256 (go/sysutils_gomplate/gomplate-v4.3.0/v4.3.0.zip) = 686517c4d2f7b112a2e0aec3add1d127a64fdc66118883f520bfe957435dc149
+SIZE (go/sysutils_gomplate/gomplate-v4.3.0/v4.3.0.zip) = 398507



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412180848.4BI8m4CU061163>