diff options
Diffstat (limited to 'sysutils/mongodb_exporter/Makefile')
-rw-r--r-- | sysutils/mongodb_exporter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index 42cf49188079..bf12df4ec098 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb_exporter DISTVERSIONPREFIX= v -DISTVERSION= 0.44.0 +DISTVERSION= 0.45.0 PORTREVISION= 1 CATEGORIES= sysutils @@ -11,7 +11,7 @@ WWW= https://github.com/percona/mongodb_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules USE_RC_SUBR= mongodb_exporter GO_MODULE= github.com/percona/mongodb_exporter |