diff options
author | Ebben Aries <earies@dscp.org> | 2021-03-17 11:36:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 10:03:34 +0700 |
commit | 64e462f3c315c317ce87df7a85e7e2bb68a93e62 (patch) | |
tree | 17b60b30fcacbf1f61fde6d41f387b66a11e7dff /system/prometheus | |
parent | 87b0ca4fd73b69295af911a956eef70c1f060e8e (diff) | |
download | slackbuilds-64e462f3c315c317ce87df7a85e7e2bb68a93e62.tar.gz |
system/prometheus: Updated for version 2.25.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/prometheus')
-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 6239090edd..a79ce466bf 100644 --- a/system/prometheus/prometheus.SlackBuild +++ b/system/prometheus/prometheus.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=prometheus -VERSION=${VERSION:-2.25.0} +VERSION=${VERSION:-2.25.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 7b1131dac9..b542943700 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.25.0" +VERSION="2.25.2" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.25.0/prometheus-2.25.0.linux-amd64.tar.gz" -MD5SUM_x86_64="cdd95e04f102504ad7abc52fc5448da9" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.25.2/prometheus-2.25.2.linux-amd64.tar.gz" +MD5SUM_x86_64="a6358b35dcb38c5717734de3fa895191" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |