diff options
author | Ebben Aries <earies@dscp.org> | 2022-08-16 16:52:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:34 +0700 |
commit | d7af564e0c91f2147e529d7f5211cfff7cdd121b (patch) | |
tree | fbb43a5dd36d5c76f6e6aa607a55c937ba329bd9 /system | |
parent | 0dc65e03cc37be140c3eb74985d75e60b0f9056d (diff) | |
download | slackbuilds-d7af564e0c91f2147e529d7f5211cfff7cdd121b.tar.gz |
system/prometheus: Updated for version 2.38.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 167205c788..d9f5c6857e 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.37.0} +VERSION=${VERSION:-2.38.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 394963666a..83bc870461 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.37.0" +VERSION="2.38.0" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.37.0/prometheus-2.37.0.linux-amd64.tar.gz" -MD5SUM_x86_64="5521dcbf6343aa71abe8acba464add51" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-amd64.tar.gz" +MD5SUM_x86_64="7e098bbbe06e4f851d3eee95aeeaff02" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |