diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-10 08:43:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 06:51:56 +0700 |
commit | 8564762797bc44a75a37b0ab535d5ecde3e03c37 (patch) | |
tree | 66e377017f817ac6da991b0c6c3f804788b36428 /system | |
parent | bd5c4f7d557ea6e31dcd7e1353500167e34ea94e (diff) |
system/locust: Updated for version 2.27.0.
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 9ee283a301957..c8ea9995541bb 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.26.0} +VERSION=${VERSION:-2.27.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index 88dcde1d5647c..3c70d198a58a8 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.26.0" +VERSION="2.27.0" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/3d/94/fe78c17e7cdcc606aab1a244936e70f9d9d1cff9368af3554bd523b9466a/locust-2.26.0.tar.gz" -MD5SUM="777451c112311aee0dd57f76770e7a04" +DOWNLOAD="https://files.pythonhosted.org/packages/4b/73/77a94b1b07dbce20dbaa0b5a5c97c890a42334a1429f2dd67839c412cffc/locust-2.27.0.tar.gz" +MD5SUM="ff83ce98a0501ba0ad4e752b30dc4ab2" 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-blinker python3-Flask-Login" |