diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-08 15:02:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:36 +0700 |
commit | 6a42b603fcff864c3f170e7c982814f0643ee372 (patch) | |
tree | 6a8e3c4e1f61919f3a696eecc93db9ef88b3d7a7 /system/locust | |
parent | de3d82de8589ce4ce1960ca44d2113de36cfe10e (diff) |
system/locust: Updated for version 2.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/locust')
-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 e5ee8fb1bbdac..db2c6dff476b6 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.16.0} +VERSION=${VERSION:-2.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index 91a127bfcd346..61e3f0c94b0cb 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.16.0" +VERSION="2.16.1" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/ab/90/1f954148e4cd10adeb10fa0f6263088bbfac341a81e4821fbdab2e476a1f/locust-2.16.0.tar.gz" -MD5SUM="7dafb9c16d1a75ce7cd13148c270ef2e" +DOWNLOAD="https://files.pythonhosted.org/packages/dd/28/76e9923d20c1dbf82e968adc39c35bfcf2f78efd72a77f385f3db074da20/locust-2.16.1.tar.gz" +MD5SUM="22f913fa72f8a86b5da803a80d9801a8" 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-wheel typing-extensions" |