diff options
author | Ebben Aries <earies@dscp.org> | 2022-10-15 07:35:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-16 07:50:36 +0700 |
commit | a148bd97d725da8f25d6f74f56960250113b3c20 (patch) | |
tree | d5e373db86fc501dae1156b9b057472176792dc2 /system | |
parent | 5fe4384f823cd9ef98d3ff3f2db23439294e7ad7 (diff) | |
download | slackbuilds-a148bd97d725da8f25d6f74f56960250113b3c20.tar.gz |
system/prometheus: Updated to version 2.39.1
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 3d91721257..9f955267a5 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.39.0} +VERSION=${VERSION:-2.39.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 0f3eb41df6..a87526615c 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.39.0" +VERSION="2.39.1" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-amd64.tar.gz" -MD5SUM_x86_64="f00c940f520f428dbaeafe1a0b928aca" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-amd64.tar.gz" +MD5SUM_x86_64="ba2fcd9bb2b3759c5383c86debaef8fc" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |