diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:41:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 18:53:13 +0700 |
commit | aea56b04751143faa2b5c08017a113a6f6df0267 (patch) | |
tree | 99c9f8701694f2b58dac45e3fa4b226aaf36e9f1 /python/python3-prometheus_client/python3-prometheus_client.SlackBuild | |
parent | da6cc4c139405811f569ed991ebe92ea920c0f3b (diff) |
python/python3-prometheus_client: Update for 0.19.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prometheus_client/python3-prometheus_client.SlackBuild')
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |