diff options
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 |
commit | 66eef9bc9001f878bd1fe4116dd75694042cce5f (patch) | |
tree | 8fc86b52307610bcb48de1bca32c0dd57d7409dd /system/musl/musl.SlackBuild | |
parent | 556ade77a74dc3ed148f57f744299a71fab20727 (diff) |
system/musl: Updated for version 1.2.4.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/musl/musl.SlackBuild')
-rw-r--r-- | system/musl/musl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild index 68c532f0a4012..378266c631054 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} |