summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jonathan Li <jonathan dot li at hotmail dot co dot uk>2016-09-19 00:09:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-19 00:09:40 +0700
commit7ab9331950a0ea2b699be9614740f84a487011b4 (patch)
treef956d7c3201bde25deab025b70e34fdfde3f0023
parent3076da05680cb95289673b03b64db8f772968f63 (diff)
downloadslackbuilds-7ab9331950a0ea2b699be9614740f84a487011b4.tar.gz
slackbuilds-7ab9331950a0ea2b699be9614740f84a487011b4.tar.xz
system/iucode_tool: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/iucode_tool/iucode_tool.SlackBuild8
-rw-r--r--system/iucode_tool/iucode_tool.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/iucode_tool/iucode_tool.SlackBuild b/system/iucode_tool/iucode_tool.SlackBuild
index 13a31d2006..55070229f7 100644
--- a/system/iucode_tool/iucode_tool.SlackBuild
+++ b/system/iucode_tool/iucode_tool.SlackBuild
@@ -2,7 +2,7 @@
#Slackware build script for iucode_tool
-# Copyright 2015 Jonathan Li
+# Copyright 2015-2016 Jonathan Li
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=iucode_tool
-VERSION=${VERSION:-1.3}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/iucode_tool/iucode_tool.info b/system/iucode_tool/iucode_tool.info
index c2ee6d1e8c..20f5e61e0e 100644
--- a/system/iucode_tool/iucode_tool.info
+++ b/system/iucode_tool/iucode_tool.info
@@ -1,8 +1,8 @@
PRGNAM="iucode_tool"
-VERSION="1.3"
+VERSION="2.0"
HOMEPAGE="https://gitlab.com/groups/iucode-tool"
-DOWNLOAD="https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_1.3.tar.xz"
-MD5SUM="ad5aa3ed5eee2f9ef58a291fe7ca711d"
+DOWNLOAD="https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_2.0.tar.xz"
+MD5SUM="df54b124892471764488a2fbfbc15777"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""