diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-13 12:02:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-14 17:51:43 +0700 |
commit | fb293f2507fa989b09563c16f5e13218b6b2706c (patch) | |
tree | e5e359768156936e88b1327c8d8df265e01951ee /python/python-prometheus_client/python-prometheus_client.SlackBuild | |
parent | 5d6d6b66f6529e69d8dd861a3b341d6630b7012c (diff) |
python/python-prometheus-client: Update for 0.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-prometheus_client/python-prometheus_client.SlackBuild')
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 29745cb564..e80c419c96 100644 --- a/python/python-prometheus_client/python-prometheus_client.SlackBuild +++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-prometheus_client -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |