diff options
author | Ebben Aries <earies@dscp.org> | 2021-11-12 15:59:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-14 10:51:13 +0700 |
commit | 88d7f98af6ca83e6865414414fe5d69bbd67a71c (patch) | |
tree | 0e83c35d884a47d400c19739a3043429ade69238 /system/prometheus | |
parent | a9cfee6f1c2438ac5318140715953d7c1387b082 (diff) | |
download | slackbuilds-88d7f98af6ca83e6865414414fe5d69bbd67a71c.tar.gz |
system/prometheus: Updated to version 2.31.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 bb50562a53..ce9ed1700f 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.30.3} +VERSION=${VERSION:-2.31.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 672e55e41d..2529aa580d 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.30.3" +VERSION="2.31.1" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.30.3/prometheus-2.30.3.linux-amd64.tar.gz" -MD5SUM_x86_64="b6c6bcb96716607253cd6c72a3312369" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |