summaryrefslogtreecommitdiff
path: root/dns/tldx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/tldx/Makefile')
-rw-r--r--dns/tldx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile
index bd896dfc7453..859ed2cfceeb 100644
--- a/dns/tldx/Makefile
+++ b/dns/tldx/Makefile
@@ -1,6 +1,7 @@
PORTNAME= tldx
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.4
+DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= nxjoseph@protonmail.com
@@ -10,7 +11,7 @@ WWW= https://github.com/brandonyoungdev/tldx
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.23,modules
+USES= go:modules
GO_MODULE= github.com/brandonyoungdev/tldx
GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=${DISTVERSIONFULL}"