diff options
author | Ebben Aries <earies@dscp.org> | 2021-08-30 09:21:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 07:56:38 +0700 |
commit | f2ef21d96ce8bfc4fe40d0ad3be4587c1389245d (patch) | |
tree | 710e2bf266cf0b0c9723527282d075559c0ae7f5 /system | |
parent | c4cc456537ca7392e20c31a6de9e2b5b347ad46f (diff) |
system/prometheus: Updated to version 2.29.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 f8bff0f2d2dca..2308db01ef7ca 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.29.1} +VERSION=${VERSION:-2.29.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index eae4af9389345..aa7f244187752 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.29.1" +VERSION="2.29.2" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.29.1/prometheus-2.29.1.linux-amd64.tar.gz" -MD5SUM_x86_64="80fa80307127e33a02b7f61beacb26b8" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.29.2/prometheus-2.29.2.linux-amd64.tar.gz" +MD5SUM_x86_64="de8e862eefad19123139626a8c610548" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |