diff options
author | Ebben Aries <earies@dscp.org> | 2024-04-20 10:13:21 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-21 06:53:40 +0700 |
commit | 3369e50ceb6252fd5d39a68d9add318a5107daf3 (patch) | |
tree | 3ae7b40bab8d7def3394b05bdd2d9a6a84f7ab5a /system/prometheus | |
parent | 7348664936073e3ad54706addd43560c23807ed8 (diff) |
system/prometheus: Updated to version 2.51.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/prometheus')
-rw-r--r-- | system/prometheus/prometheus.SlackBuild | 2 | ||||
-rw-r--r-- | system/prometheus/prometheus.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/prometheus/prometheus.SlackBuild b/system/prometheus/prometheus.SlackBuild index 97cc74954fb66..0233527a5209b 100644 --- a/system/prometheus/prometheus.SlackBuild +++ b/system/prometheus/prometheus.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prometheus -VERSION=${VERSION:-2.51.1} +VERSION=${VERSION:-2.51.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 594936a452674..d088652ce9e88 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.51.1" +VERSION="2.51.2" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.51.1/prometheus-2.51.1.linux-amd64.tar.gz" -MD5SUM_x86_64="ba67aa6f4b383c3839bc82d477948828" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-amd64.tar.gz" +MD5SUM_x86_64="552aef14cd5122827f37ae99ce62f906" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |