diff options
-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 4424d64227..d9a7895059 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.32.3} +VERSION=${VERSION:-2.32.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index 3022203b3f..fab9fc54b6 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.32.3" +VERSION="2.32.4" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/cc/4c/3f7ab09636188379d8d76748fe87ce115a36d725d2103a6f9c012e462408/locust-2.32.3.tar.gz" -MD5SUM="745a28a01fb151d818af43e4b628d57c" +DOWNLOAD="https://files.pythonhosted.org/packages/25/2e/482d251c300ad9acb2476ab26a2d7956302e4cd58c663f91fa04a37c71f2/locust-2.32.4.tar.gz" +MD5SUM="fd610cd7b69b0b8c26d7d5a70a9cf221" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse python3-typing-extensions roundrobin python3-Flask-Cors python3-blinker python3-Flask-Login python3-poetry-dynamic-versioning python3-dunamai" |