summaryrefslogtreecommitdiffstats
path: root/system/musl
diff options
context:
space:
mode:
author Franzen2022-04-02 08:01:20 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:19:14 +0200
commit54fe6ac86aef2019918999a7c97e52eb1755cff2 (patch)
tree3bd1a8973dcc9c793574cbc164fa94b1f2fb7fb6 /system/musl
parent23c8e1656d5533f995acf8bea54218571abcadb9 (diff)
downloadslackbuilds-54fe6ac86aef2019918999a7c97e52eb1755cff2.tar.gz
system/musl: Updated for version 1.2.2
Signed-off-by: Franzen <slackbuilds@schoepfer.info> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/musl')
-rw-r--r--system/musl/musl.SlackBuild7
-rw-r--r--system/musl/musl.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild
index 6bfbdae9c6..662ce35d8b 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
diff --git a/system/musl/musl.info b/system/musl/musl.info
index 827759d98e..62c703be66 100644
--- a/system/musl/musl.info
+++ b/system/musl/musl.info
@@ -1,8 +1,8 @@
PRGNAM="musl"
-VERSION="1.2.0"
+VERSION="1.2.2"
HOMEPAGE="https://musl.libc.org/"
-DOWNLOAD="https://musl.libc.org/releases/musl-1.2.0.tar.gz"
-MD5SUM="5f13b13501d6ab7c2e06c69484e5a7fc"
+DOWNLOAD="https://musl.libc.org/releases/musl-1.2.2.tar.gz"
+MD5SUM="aed8ae9e2b0898151b36a204088292dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""