diff options
author | Ebben Aries <earies@dscp.org> | 2022-03-16 16:12:46 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:06 +0700 |
commit | 366832d689b83a8c623dc1b93c443d8c0db0bc18 (patch) | |
tree | fd25a32cd3dd6728c39bb47d88bf83bc7ab873a5 /system | |
parent | d40d23c01ab559ec342dfad7c965f41443e889f8 (diff) | |
download | slackbuilds-366832d689b83a8c623dc1b93c443d8c0db0bc18.tar.gz |
system/prometheus: Updated to version 2.34.0
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 4565b21eaa..15dba09114 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.5} +VERSION=${VERSION:-2.34.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index bd505fe2d9..669be315a5 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.33.5" +VERSION="2.34.0" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.33.5/prometheus-2.33.5.linux-amd64.tar.gz" -MD5SUM_x86_64="af57607871c6b2d6344d33af7fbabc93" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.34.0/prometheus-2.34.0.linux-amd64.tar.gz" +MD5SUM_x86_64="4d065c3b71824122272748d898aae779" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |