diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 08:12:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 08:12:44 +0700 |
commit | 6b74aa4d0fc6beee84ff3603193a15ee97e79261 (patch) | |
tree | ca88184c420af0b1fe5748e582209477ee56b107 /system/locust | |
parent | aa950e14ab95f463ea563071640f863b1ff9bd53 (diff) |
system/locust: Updated for version 2.26.0.
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 80bb40530465e..9ee283a301957 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.25.0} +VERSION=${VERSION:-2.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/locust/locust.info b/system/locust/locust.info index d77f353532418..ba67aa57437d0 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.25.0" +VERSION="2.26.0" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/40/db/9bf93a65c9588b1551ad7603514c3536465d65d5df3ceda9fb883d7e62e5/locust-2.25.0.tar.gz" -MD5SUM="8ab9c49b84e90dbae59748dd4171fae1" +DOWNLOAD="https://files.pythonhosted.org/packages/3d/94/fe78c17e7cdcc606aab1a244936e70f9d9d1cff9368af3554bd523b9466a/locust-2.26.0.tar.gz" +MD5SUM="777451c112311aee0dd57f76770e7a04" 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" |