aboutsummaryrefslogtreecommitdiff
path: root/system/locust/locust.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-01 10:10:50 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-01 10:10:58 +0700
commita17d93d2db2768eb131b59c91dac16396142a40a (patch)
treee6e98fa99c2952766d8485ad8458930c29fa8db1 /system/locust/locust.SlackBuild
parentd3ce902d19127848490b2dfdd4d5d33383e7f14f (diff)
downloadslackbuilds-a17d93d2db2768eb131b59c91dac16396142a40a.tar.xz
system/locust: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/locust/locust.SlackBuild')
-rw-r--r--system/locust/locust.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild
index 299e6d173d89..ea70f083683b 100644
--- a/system/locust/locust.SlackBuild
+++ b/system/locust/locust.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for locust
-# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2021-2023 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.13.0}
+VERSION=${VERSION:-2.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}