mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python-prometheus_client: Updated for version 0.7.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
827a4134a4
commit
9930676afe
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=python-prometheus_client
|
PRGNAM=python-prometheus_client
|
||||||
SRCNAM=client_python
|
SRCNAM=client_python
|
||||||
VERSION=${VERSION:-0.6.0}
|
VERSION=${VERSION:-0.7.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-prometheus_client"
|
PRGNAM="python-prometheus_client"
|
||||||
VERSION="0.6.0"
|
VERSION="0.7.0"
|
||||||
HOMEPAGE="https://prometheus.io/"
|
HOMEPAGE="https://prometheus.io/"
|
||||||
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.6.0/client_python-0.6.0.tar.gz"
|
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.7.0/client_python-0.7.0.tar.gz"
|
||||||
MD5SUM="ec062babddf83a7b247a9e6f42bc0199"
|
MD5SUM="6ef8646672781e21b36e9f4c1a5b74f2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
Loading…
Reference in a new issue