diff options
author | Ebben Aries <earies@dscp.org> | 2022-02-22 17:16:23 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 08:43:11 +0700 |
commit | 345a153252e9f5bc970e6240519ee800eded542e (patch) | |
tree | 7783a438ddb768106a21cd0bc6aebf9df73d14a6 /system | |
parent | 7b67ed8392892ae410a24aa5a0b70dfb011dcaa7 (diff) |
system/prometheus: Updated to version 2.33.4
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 493e1089b70f..c7a052b02112 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.33.3} +VERSION=${VERSION:-2.33.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 731698aae007..bd3957a23778 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.33.3" +VERSION="2.33.4" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.33.3/prometheus-2.33.3.linux-amd64.tar.gz" -MD5SUM_x86_64="298945801e1b55695c95958658871b40" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.33.4/prometheus-2.33.4.linux-amd64.tar.gz" +MD5SUM_x86_64="b085095b8d62c6301f72429b5d904b52" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |