aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/snort/snort.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild
index 88b11aadafcc..d6d3c14aeec5 100644
--- a/network/snort/snort.SlackBuild
+++ b/network/snort/snort.SlackBuild
@@ -25,11 +25,14 @@
# Modified by the SlackBuilds.org project
# Maintained by David Spencer <baildon.research@googlemail.com>
+# 20241009 bkw: Modified by SlackBuilds.org, BUILD=3:
+# - Bump BUILD for luajit-2.1.x
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=snort
VERSION=${VERSION:-2.9.17}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}