diff options
author | Ebben Aries <earies@dscp.org> | 2022-12-02 16:05:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 20:45:58 +0700 |
commit | b6a49b3e6b3782c00532beadc1264e761a1fef58 (patch) | |
tree | 37720e49e7cdef7cee1e189e2550757f73e4b52a /system | |
parent | 57b53e5ead93d56b7dbe6834f137965bcd4dba03 (diff) |
system/prometheus: Updated to version 2.40.5
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 d4866ad20a9ad..c2429ac858052 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.40.4} +VERSION=${VERSION:-2.40.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 140f19ee735bd..ffad538749c63 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.40.4" +VERSION="2.40.5" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.40.4/prometheus-2.40.4.linux-amd64.tar.gz" -MD5SUM_x86_64="985f3e7f0a9c22ba24254e1c85c9404f" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-amd64.tar.gz" +MD5SUM_x86_64="5df028399db97379ab18b2e3609ffb48" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |