diff options
-rw-r--r-- | databases/rqlite/Makefile | 7 | ||||
-rw-r--r-- | databases/rqlite/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 9edc83c26135..7c7854dfbdf0 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -1,7 +1,6 @@ PORTNAME= rqlite DISTVERSIONPREFIX= v -DISTVERSION= 8.36.9 -PORTREVISION= 2 +DISTVERSION= 9.0.2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -12,9 +11,9 @@ WWW= https://rqlite.io \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules +USES= go:1.24,modules -GO_MODULE= github.com/rqlite/rqlite/v8 +GO_MODULE= github.com/rqlite/rqlite/v9 GO_TARGET= ./cmd/rqbench \ ./cmd/rqlite \ ./cmd/rqlited diff --git a/databases/rqlite/distinfo b/databases/rqlite/distinfo index 3c43ae9b7b7b..19cbb0c1eb0d 100644 --- a/databases/rqlite/distinfo +++ b/databases/rqlite/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1738036830 -SHA256 (go/databases_rqlite/rqlite-v8.36.9/v8.36.9.mod) = 54f65b3466f58a2e70196938aff8dcd8f7f0d988c92cc2518054b8b3a81a0608 -SIZE (go/databases_rqlite/rqlite-v8.36.9/v8.36.9.mod) = 3783 -SHA256 (go/databases_rqlite/rqlite-v8.36.9/v8.36.9.zip) = 395f7883c8803bea8908b5bbc8cefe13647074fdb5738eee1d0b657868f0582b -SIZE (go/databases_rqlite/rqlite-v8.36.9/v8.36.9.zip) = 894428 +TIMESTAMP = 1758116584 +SHA256 (go/databases_rqlite/rqlite-v9.0.2/v9.0.2.mod) = beb758296baf2db303c97e8dc6ac90ce2f5e316130b20de4cc4a18f3cb36144f +SIZE (go/databases_rqlite/rqlite-v9.0.2/v9.0.2.mod) = 3903 +SHA256 (go/databases_rqlite/rqlite-v9.0.2/v9.0.2.zip) = 542e0955fc71c3d48c54076de3b1d110f85648205115389fbb63a096485df646 +SIZE (go/databases_rqlite/rqlite-v9.0.2/v9.0.2.zip) = 1006242 |