diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-03-14 06:14:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 06:14:41 +0700 |
commit | e1debca977139e1268cf96fea22a64111d9f548c (patch) | |
tree | c6b875540f371f8a1c0ad57a19ea39f9e7a43315 /system/musl/musl.SlackBuild | |
parent | 7a5da2de233511ee2850e99983cac60f52baec66 (diff) |
system/musl: Updated for version 1.2.0.
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 d61cf69ef2d3..99ae51d4470d 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 Johannes Schoepfer, Germany +# Copyright 2019 - 2020 Johannes Schoepfer, Germany # All rights reserved # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=musl -VERSION=${VERSION:-1.1.24} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |