summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2023-05-04 23:11:33 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:25 +0700
commit66eef9bc9001f878bd1fe4116dd75694042cce5f (patch)
tree8fc86b52307610bcb48de1bca32c0dd57d7409dd
parent556ade77a74dc3ed148f57f744299a71fab20727 (diff)
downloadslackbuilds-66eef9bc9001f878bd1fe4116dd75694042cce5f.tar.gz
slackbuilds-66eef9bc9001f878bd1fe4116dd75694042cce5f.tar.xz
system/musl: Updated for version 1.2.4.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/musl/musl.SlackBuild4
-rw-r--r--system/musl/musl.info6
-rw-r--r--system/musl/slack-desc2
3 files changed, 6 insertions, 6 deletions
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild
index 68c532f0a4..378266c631 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 - 2022 Johannes Schoepfer, Germany
+# Copyright 2019 - 2023 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.3}
+VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/musl/musl.info b/system/musl/musl.info
index 3cd3d7f952..b5db0a4e0e 100644
--- a/system/musl/musl.info
+++ b/system/musl/musl.info
@@ -1,8 +1,8 @@
PRGNAM="musl"
-VERSION="1.2.3"
+VERSION="1.2.4"
HOMEPAGE="https://musl.libc.org/"
-DOWNLOAD="https://musl.libc.org/releases/musl-1.2.3.tar.gz"
-MD5SUM="a507ae4f7f20bcfe566d8eb65c1af73e"
+DOWNLOAD="https://musl.libc.org/releases/musl-1.2.4.tar.gz"
+MD5SUM="ba95cb2c0ba278f081f96380be555fce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/musl/slack-desc b/system/musl/slack-desc
index a52df43f85..8e9e7cbe54 100644
--- a/system/musl/slack-desc
+++ b/system/musl/slack-desc
@@ -12,7 +12,7 @@ musl: The musl C library. A library that attempts to be fast, simple, and
musl: correct. Use the musl-gcc wrapper to build against musl, and the
musl: musl-ldd wrapper to check linkages on the binaries you build.
musl:
-musl: https://www.musl-libc.org/
+musl: https://musl.libc.org/
musl:
musl:
musl: