diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 22:25:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 22:25:08 +0700 |
commit | ac9d61ca1965ba84ac80f3ff80f45a4d8d856565 (patch) | |
tree | df13bea423e9debb6a1442e3debdf0bd201122bc /system | |
parent | 95e72486ac89eef0a1db015fb6006ea2c3983e83 (diff) |
system/locust: Updated for version 2.23.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/locust/locust.SlackBuild | 2 | ||||
-rw-r--r-- | system/locust/locust.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild index 2c9091f466795..c37fed02e772b 100644 --- a/system/locust/locust.SlackBuild +++ b/system/locust/locust.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=locust -VERSION=${VERSION:-2.22.0} +VERSION=${VERSION:-2.23.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index 9e59ed896f718..fae346f1f65e6 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.22.0" +VERSION="2.23.1" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/a6/03/8242f53d428a65e2ae27194432fa90c83d5e2e0df1a32bce525a52c6d88c/locust-2.22.0.tar.gz" -MD5SUM="b771278d66a41a772b70aa2c32f935ef" +DOWNLOAD="https://files.pythonhosted.org/packages/24/b2/cf440ab75f33d1341bc0340ed26ba8bfc755f8cad11d1d3a0b3bc33a1cd3/locust-2.23.1.tar.gz" +MD5SUM="39f7d266da8483666436699082f014a4" 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" |