system/mksh: Updated for version R55.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
086b47e8d7
commit
b000307ca6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mksh
|
||||
|
||||
# Copyright (c) 2011-2016 Markus Reichelt, Aachen, DE
|
||||
# Copyright (c) 2011-2017 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:-R54}
|
||||
VERSION=${VERSION:-R55}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mksh"
|
||||
VERSION="R54"
|
||||
VERSION="R55"
|
||||
HOMEPAGE="http://mirbsd.de/mksh"
|
||||
DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R54.tgz"
|
||||
MD5SUM="be0a6fb93b4a5f927bcc1893bb6692f8"
|
||||
DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R55.tgz"
|
||||
MD5SUM="718c44251b52c48e7312903273e263f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue