diff options
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild index 353f052b0d..2dc43ca942 100644 --- a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild +++ b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-prometheus_client # Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-prometheus_client -VERSION=${VERSION:-0.17.0} +VERSION=${VERSION:-0.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-prometheus_client/python3-prometheus_client.info b/python/python3-prometheus_client/python3-prometheus_client.info index d4fd4f9fca..97c459b30f 100644 --- a/python/python3-prometheus_client/python3-prometheus_client.info +++ b/python/python3-prometheus_client/python3-prometheus_client.info @@ -1,8 +1,8 @@ PRGNAM="python3-prometheus_client" -VERSION="0.17.0" +VERSION="0.19.0" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.17.0/client_python-0.17.0.tar.gz" -MD5SUM="70a6b657239e3f61da679c7f266cff54" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.19.0/client_python-0.19.0.tar.gz" +MD5SUM="9da6edade466f2c72e9b4de20dc7aceb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |