diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-02-08 16:04:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:33 +0700 |
commit | d34604289881e642440091a13b85a8d8920a000e (patch) | |
tree | 551232aab53f599b7af85cb55b6308e43aee8ede /system/iucode_tool/iucode_tool.SlackBuild | |
parent | 98f11d461cf3b86f01c7a31280bfbc8c077560f6 (diff) | |
download | slackbuilds-d34604289881e642440091a13b85a8d8920a000e.tar.gz |
system/iucode_tool: Updated for version 2.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/iucode_tool/iucode_tool.SlackBuild')
-rw-r--r-- | system/iucode_tool/iucode_tool.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/iucode_tool/iucode_tool.SlackBuild b/system/iucode_tool/iucode_tool.SlackBuild index d37e600116..b4bfc4380d 100644 --- a/system/iucode_tool/iucode_tool.SlackBuild +++ b/system/iucode_tool/iucode_tool.SlackBuild @@ -3,7 +3,7 @@ #Slackware build script for iucode_tool # Copyright 2015-2016 Jonathan Li -# Copyright 2016-2017, Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2018, Alexander Verbovetsky, Moscow, Russia # 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=iucode_tool -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |