diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 07:48:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 07:48:07 +0700 |
commit | a35531ed6d0e07ac755740adda02845c9830ff02 (patch) | |
tree | 3cdeb6f1b9b927d67e696aea43d324b0a98f1936 /system/locust | |
parent | 2465036962ceabb2a53c258bb3fdf3dcc2ea4a94 (diff) |
system/locust: Updated for version 2.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/locust')
-rw-r--r-- | system/locust/locust.SlackBuild | 4 | ||||
-rw-r--r-- | system/locust/locust.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild index a0c8cfcdc90c..31cc3cd4bd00 100644 --- a/system/locust/locust.SlackBuild +++ b/system/locust/locust.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for locust -# Copyright 2021-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=locust -VERSION=${VERSION:-2.20.1} +VERSION=${VERSION:-2.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index e371cb7ebc27..4bd6b789808b 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.20.1" +VERSION="2.21.0" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/19/02/9da6f88be47a0d0296821b4cca2d6e94439b000473795ffb1f4e5751aca6/locust-2.20.1.tar.gz" -MD5SUM="eb296b1443db192dfdd95ff05bfb017f" +DOWNLOAD="https://files.pythonhosted.org/packages/1a/f4/399a5911027e683d27661aef2f69395003ab2a0ec2ccc2f345213cdd457c/locust-2.21.0.tar.gz" +MD5SUM="1b6f7ccbd6dc69f4e2a2a98efb8bea09" 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" |