aboutsummaryrefslogtreecommitdiff
path: root/system/musl/musl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/musl/musl.SlackBuild')
-rw-r--r--system/musl/musl.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild
index 6bfbdae9c60d6..662ce35d8be73 100644
--- a/system/musl/musl.SlackBuild
+++ b/system/musl/musl.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for musl
# Copyright 2014 Weldon Goree <weldon@langurwallah.org>
-# Copyright 2019 - 2020 Johannes Schoepfer, Germany
+# Copyright 2019 - 2022 Johannes Schoepfer, Germany
# All rights reserved
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=musl
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0