diff options
Diffstat (limited to 'databases/redis_exporter')
-rw-r--r-- | databases/redis_exporter/Makefile | 4 | ||||
-rw-r--r-- | databases/redis_exporter/distinfo | 10 | ||||
-rw-r--r-- | databases/redis_exporter/pkg-descr | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 9618cc17be25..f58bda851112 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= redis_exporter DISTVERSIONPREFIX= v -DISTVERSION= 1.71.0 +DISTVERSION= 1.74.0 CATEGORIES= databases MAINTAINER= arcade@b1t.name @@ -10,7 +10,7 @@ WWW= https://github.com/oliver006/redis_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= redis_exporter diff --git a/databases/redis_exporter/distinfo b/databases/redis_exporter/distinfo index 1873e831155f..067d8842c78a 100644 --- a/databases/redis_exporter/distinfo +++ b/databases/redis_exporter/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746623624 -SHA256 (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.mod) = 7cb10da1caae2ca24030533b3d8ade6689fa156daee0dd1c004682d15ccac789 -SIZE (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.mod) = 695 -SHA256 (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.zip) = ae002f1ac6a05dd1846eb21e30a0d7286cac7d83c97d1ccc8952713f3274589a -SIZE (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.zip) = 127590 +TIMESTAMP = 1749367743 +SHA256 (go/databases_redis_exporter/redis_exporter-v1.74.0/v1.74.0.mod) = 7cb10da1caae2ca24030533b3d8ade6689fa156daee0dd1c004682d15ccac789 +SIZE (go/databases_redis_exporter/redis_exporter-v1.74.0/v1.74.0.mod) = 695 +SHA256 (go/databases_redis_exporter/redis_exporter-v1.74.0/v1.74.0.zip) = e7f056fda7af390a23e3ec8c2ac50c7745217ec1f3175c24f1d427ef6261aad9 +SIZE (go/databases_redis_exporter/redis_exporter-v1.74.0/v1.74.0.zip) = 128596 diff --git a/databases/redis_exporter/pkg-descr b/databases/redis_exporter/pkg-descr index ee918f325561..93d9f42f6612 100644 --- a/databases/redis_exporter/pkg-descr +++ b/databases/redis_exporter/pkg-descr @@ -1 +1,2 @@ -Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x +Prometheus exporter for Valkey metrics (Redis-compatible). +Supports Valkey and Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x |