summaryrefslogtreecommitdiffstats
path: root/system/locust
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-02-03 01:48:07 +0100
committer Willy Sudiarto Raharjo2024-02-03 01:48:07 +0100
commita35531ed6d0e07ac755740adda02845c9830ff02 (patch)
tree3cdeb6f1b9b927d67e696aea43d324b0a98f1936 /system/locust
parent2465036962ceabb2a53c258bb3fdf3dcc2ea4a94 (diff)
downloadslackbuilds-a35531ed6d0e07ac755740adda02845c9830ff02.tar.gz
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.SlackBuild4
-rw-r--r--system/locust/locust.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild
index a0c8cfcdc9..31cc3cd4bd 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 e371cb7ebc..4bd6b78980 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"