diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:10:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:10:58 +0700 |
commit | a17d93d2db2768eb131b59c91dac16396142a40a (patch) | |
tree | e6e98fa99c2952766d8485ad8458930c29fa8db1 /system | |
parent | d3ce902d19127848490b2dfdd4d5d33383e7f14f (diff) |
system/locust: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 299e6d173d89..ea70f083683b 100644 --- a/system/locust/locust.SlackBuild +++ b/system/locust/locust.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for locust -# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2023 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.13.0} +VERSION=${VERSION:-2.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index d24039c13506..f8bb43d32481 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.13.0" +VERSION="2.14.0" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/8c/c6/2cf4835c1f8838773b0019c4926eceebd88e96e04b520ceb3ea0705dcb0b/locust-2.13.0.tar.gz" -MD5SUM="cf095b169a0253c89d76df54e1b25697" +DOWNLOAD="https://files.pythonhosted.org/packages/44/a0/66e91ca68dc199ce5fb571419bdd121151c2fe0159ef43e485582738b838/locust-2.14.0.tar.gz" +MD5SUM="d7cb3b816587a8294836326752492b66" 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" |