aboutsummaryrefslogtreecommitdiff
path: root/development/ShellCheck-bin/ShellCheck-bin.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-11-05 21:24:25 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-09 07:02:38 +0700
commit431f8d071e13e3615a9a0652effbc27e47d59d8d (patch)
tree79133ff1f3054237919c49231cfef4e01c6dc1b6 /development/ShellCheck-bin/ShellCheck-bin.SlackBuild
parentdcfbf16765d925051c05b29634e7afe12923570a (diff)
development/ShellCheck-bin: Updated for version 0.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ShellCheck-bin/ShellCheck-bin.SlackBuild')
-rw-r--r--development/ShellCheck-bin/ShellCheck-bin.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/ShellCheck-bin/ShellCheck-bin.SlackBuild b/development/ShellCheck-bin/ShellCheck-bin.SlackBuild
index c9b0f122fe..943d423383 100644
--- a/development/ShellCheck-bin/ShellCheck-bin.SlackBuild
+++ b/development/ShellCheck-bin/ShellCheck-bin.SlackBuild
@@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ShellCheck-bin
BINNAM=shellcheck
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -17,7 +17,7 @@ if [ -z "$ARCH" ]; then
ARCH=$( uname -m )
fi
-if [ "$ARCH" != "x86_64" ]; then
+if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "aarch64" ] ; then
echo "$ARCH is not supported."
exit 1
fi