diff options
Diffstat (limited to 'sysutils/mongodb_exporter/Makefile')
-rw-r--r-- | sysutils/mongodb_exporter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index 42cf49188079..218ee9110d25 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb_exporter DISTVERSIONPREFIX= v -DISTVERSION= 0.44.0 -PORTREVISION= 1 +DISTVERSION= 0.45.0 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org @@ -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 |