diff options
author | Yusuf Yaman <nxjoseph@protonmail.com> | 2025-07-13 05:43:51 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-13 05:45:42 +0300 |
commit | 0a66b7eb0aafcf21c5b90da8e9ab87537fd55b9e (patch) | |
tree | c1d8594f024717aff39624968219a1ebc97e5bc3 | |
parent | sysutils/bhyvemgr: Update to 1.7.0 (diff) |
dns/tldx: Update 1.2.4 => 1.2.5
Changelog:
https://github.com/brandonyoungdev/tldx/releases/tag/v1.2.5
Remove go version after default go version was increased to 1.24.
PR: 288153
-rw-r--r-- | dns/tldx/Makefile | 4 | ||||
-rw-r--r-- | dns/tldx/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile index bd896dfc7453..f9359344c323 100644 --- a/dns/tldx/Makefile +++ b/dns/tldx/Makefile @@ -1,6 +1,6 @@ PORTNAME= tldx DISTVERSIONPREFIX= v -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.5 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com @@ -10,7 +10,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}" diff --git a/dns/tldx/distinfo b/dns/tldx/distinfo index cda71d91e14a..8f5ff89ec06d 100644 --- a/dns/tldx/distinfo +++ b/dns/tldx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750623987 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = d7cf1cc97c791779e7a4ba19bd81f7225f5728678db5b5febec8c89fb85003ee -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = 1377 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 2cacc5a744b414e660fd74d374a2a0c6b04784eed24bf1398428e1968faa942a -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 6350620 +TIMESTAMP = 1752260549 +SHA256 (go/dns_tldx/tldx-v1.2.5/v1.2.5.mod) = 7071a3e2fad4857a203bc9de4cc1ef89cc94f98ab86fd7f41257c31c3a5a94f7 +SIZE (go/dns_tldx/tldx-v1.2.5/v1.2.5.mod) = 1547 +SHA256 (go/dns_tldx/tldx-v1.2.5/v1.2.5.zip) = 4bdcc0696b1cd410bba173853f36659849e9125fa41e42981b2325df6704ba31 +SIZE (go/dns_tldx/tldx-v1.2.5/v1.2.5.zip) = 6356103 |