diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-03-12 12:28:14 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-03-12 14:04:23 +0000 |
commit | b12c0cc9f8cbebe72b4f2646c598f7cf8831a7be (patch) | |
tree | cd27dabb7ab3b27af294696d2a3961aee3b11f65 | |
parent | c0407032f0cd9e6d1acb2c3afd874841310b07b1 (diff) |
sysutils/gomplate: Update to 4.3.1
-rw-r--r-- | sysutils/gomplate/Makefile | 7 | ||||
-rw-r--r-- | sysutils/gomplate/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index f2f6fb6422e5..8f9b6f357b22 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,7 +1,6 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v -DISTVERSION= 4.3.0 -PORTREVISION= 3 +DISTVERSION= 4.3.1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org @@ -11,10 +10,10 @@ WWW= https://github.com/hairyhenderson/gomplate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/hairyhenderson/gomplate/v4 -GH_TAG_COMMIT= cec14a0 +GH_TAG_COMMIT= 0770a3e GO_TARGET= ./cmd/gomplate GO_BUILDFLAGS= -ldflags "\ -w -s \ diff --git a/sysutils/gomplate/distinfo b/sysutils/gomplate/distinfo index 08125e9f5759..569cc603a327 100644 --- a/sysutils/gomplate/distinfo +++ b/sysutils/gomplate/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1741737381 +SHA256 (go/sysutils_gomplate/gomplate-v4.3.1/v4.3.1.mod) = 6afb1f14a098efeca926af52c1043d7ad853a96e86052f1f63cac301242eed53 +SIZE (go/sysutils_gomplate/gomplate-v4.3.1/v4.3.1.mod) = 9682 +SHA256 (go/sysutils_gomplate/gomplate-v4.3.1/v4.3.1.zip) = 5d3d6e6568dc196d7f999b32d06a99fce69408f255bdfc1d224895fb43768789 +SIZE (go/sysutils_gomplate/gomplate-v4.3.1/v4.3.1.zip) = 399839 |