mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/mksh: Updated for version R57.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee4f86bf3a
commit
b45964b46d
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mksh
|
||||
|
||||
# Copyright (c) 2011-2018 Markus Reichelt, Aachen, DE
|
||||
# Copyright (c) 2011-2019 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for
|
||||
|
@ -26,7 +26,7 @@
|
|||
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
|
||||
|
||||
PRGNAM=mksh
|
||||
VERSION=${VERSION:-R56c}
|
||||
VERSION=${VERSION:-R57}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mksh"
|
||||
VERSION="R56c"
|
||||
VERSION="R57"
|
||||
HOMEPAGE="http://mirbsd.de/mksh"
|
||||
DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56c.tgz"
|
||||
MD5SUM="4799a9ac6d55871d79ba66713d928663"
|
||||
DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R57.tgz"
|
||||
MD5SUM="4d2686535252ea6a57bdec531498239a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue