aboutsummaryrefslogtreecommitdiff
path: root/databases/rqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rqlite/Makefile')
-rw-r--r--databases/rqlite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile
index 2d0e1d785022..78dc1f30213e 100644
--- a/databases/rqlite/Makefile
+++ b/databases/rqlite/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rqlite
DISTVERSIONPREFIX= v
-DISTVERSION= 9.4.5
+DISTVERSION= 10.0.4
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org
@@ -11,9 +11,9 @@ WWW= https://rqlite.io \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25+,modules
+USES= go:1.26+,modules
-GO_MODULE= github.com/rqlite/rqlite/v9
+GO_MODULE= github.com/rqlite/rqlite/v10
GO_TARGET= ./cmd/rqbench \
./cmd/rqlite \
./cmd/rqlited