system/locust: Updated for version 2.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de3d82de85
commit
6a42b603fc
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=locust
|
||||
VERSION=${VERSION:-2.16.0}
|
||||
VERSION=${VERSION:-2.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="locust"
|
||||
VERSION="2.16.0"
|
||||
VERSION="2.16.1"
|
||||
HOMEPAGE="https://github.com/locustio/locust"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ab/90/1f954148e4cd10adeb10fa0f6263088bbfac341a81e4821fbdab2e476a1f/locust-2.16.0.tar.gz"
|
||||
MD5SUM="7dafb9c16d1a75ce7cd13148c270ef2e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/dd/28/76e9923d20c1dbf82e968adc39c35bfcf2f78efd72a77f385f3db074da20/locust-2.16.1.tar.gz"
|
||||
MD5SUM="22f913fa72f8a86b5da803a80d9801a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse typing-extensions roundrobin python3-Flask-Cors python3-wheel typing-extensions"
|
||||
|
|
Loading…
Reference in New Issue