diff options
Diffstat (limited to 'sysutils/gomplate/Makefile')
-rw-r--r-- | sysutils/gomplate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index 2a0f397c68ce..4f21db40ca6b 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v -DISTVERSION= 4.3.2 +DISTVERSION= 4.3.3 PORTREVISION= 2 CATEGORIES= sysutils @@ -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 \ |