diff options
Diffstat (limited to 'sysutils/gomplate/Makefile')
-rw-r--r-- | sysutils/gomplate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index a73803840779..97833c8d24a0 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v -DISTVERSION= 4.3.2 -PORTREVISION= 3 +DISTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/hairyhenderson/gomplate/v4 -GH_TAG_COMMIT= c325f78 +GH_TAG_COMMIT= 3e4035c GO_TARGET= ./cmd/gomplate GO_BUILDFLAGS= -ldflags "\ -w -s \ |