aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-10-17 05:16:02 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-02 19:28:31 +0700
commitc0721529ffb88a5571ff6561643d426b615e252b (patch)
tree0965aa22c3d7f453ade1fcbeb8227de9b2436345 /network
parente7c19721bf5df43008855c165512b24320de9a33 (diff)
network/wireshark: Build with lua 5.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/wireshark/wireshark.SlackBuild3
-rw-r--r--network/wireshark/wireshark.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index e8d983f8a94d..54284165eb0b 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -28,12 +28,13 @@
# Modified by Mario Preksavec <mario@slackware.hr>
# Modified by B. Watson <urchlay@slackware.uk> to add lua52 support.
+# Modified by B. Watson, BUILD=2, for lua 5.4 support.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wireshark
VERSION=${VERSION:-4.4.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 9a0d2205265c..fa7f2cfd59e8 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.4.1.tar.xz"
MD5SUM="f6c14c48f2c5fe8d7bd52236a0a4001f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lua53"
+REQUIRES="lua"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"