diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-18 09:59:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:09 +0700 |
commit | a7e443883b06fe13416b676579bc80494a375b3e (patch) | |
tree | 13d50e1ce0b135666c0078d0049f599b0fa25985 /python | |
parent | e9f7ffcf812aa42dfa2db2dc18489cb6e2b10f05 (diff) | |
download | slackbuilds-a7e443883b06fe13416b676579bc80494a375b3e.tar.gz |
python/python-prometheus_client: Updated for version 0.4.2.
Diffstat (limited to 'python')
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 12b03ecb15..74880ca5fa 100644 --- a/python/python-prometheus_client/python-prometheus_client.SlackBuild +++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-prometheus_client SRCNAM=client_python -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info index 41f47412a2..98ae1589d8 100644 --- a/python/python-prometheus_client/python-prometheus_client.info +++ b/python/python-prometheus_client/python-prometheus_client.info @@ -1,8 +1,8 @@ PRGNAM="python-prometheus_client" -VERSION="0.4.0" +VERSION="0.4.2" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.4.0/client_python-0.4.0.tar.gz" -MD5SUM="968bc63ac7874eba87a007ce50594561" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.4.2/client_python-0.4.2.tar.gz" +MD5SUM="02e2aca2b47eba6dff215bb8abf4651e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |