diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2012-05-05 12:33:33 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:10 -0500 |
commit | 5794881d3f3ed6cb61d0cda708830b03ad2a63ce (patch) | |
tree | d7418e814eb678aab456c45a45940e687ea88250 /system/mksh/mksh.SlackBuild | |
parent | db74969f49c428ef6eef95d1e4fba20eede1c75a (diff) |
system/mksh: Updated for version R40f.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/mksh/mksh.SlackBuild')
-rw-r--r-- | system/mksh/mksh.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/mksh/mksh.SlackBuild b/system/mksh/mksh.SlackBuild index d6f0a0221055..1331e36bb395 100644 --- a/system/mksh/mksh.SlackBuild +++ b/system/mksh/mksh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mksh -# Copyright (c) 2011 Markus Reichelt, Aachen, DE +# Copyright (c) 2011-2012 Markus Reichelt, Aachen, DE # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -28,10 +28,11 @@ # 2011 Jun 13 - adapted to R40 # 2011 Aug 27 - adapted to R40b # 2011 Sep 07 - upstream review; minor tweaks, updated TaC-mksh.txt added +# 2012 Apr 08 - adapted to R40f PRGNAM=mksh -VERSION=${VERSION:-R40b} -BUILD=${BUILD:-2} +VERSION=${VERSION:-R40f} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |