diff options
author | Ebben Aries <earies@dscp.org> | 2021-12-26 20:16:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:16:22 +0700 |
commit | 9636cafd05e4fdf64b4d11c50c41d60c67a527b5 (patch) | |
tree | c5683aedd14453dc58755c0f1e321d9875717f44 /system/prometheus | |
parent | bb4dca8651bd390a0b94601340f304257f9e3285 (diff) | |
download | slackbuilds-9636cafd05e4fdf64b4d11c50c41d60c67a527b5.tar.gz |
system/prometheus: Updated to version 2.32.1
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 ce9ed1700f..299044bcb1 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.31.1} +VERSION=${VERSION:-2.32.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 2529aa580d..a28d0df056 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.31.1" +VERSION="2.32.1" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.31.1/prometheus-2.31.1.linux-amd64.tar.gz" -MD5SUM_x86_64="872aad29476cfbd6694e98c0e495af10" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.linux-amd64.tar.gz" +MD5SUM_x86_64="e625df4c5bcd7f8ddac05dfa444670e0" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |