summaryrefslogtreecommitdiffstats
path: root/development/kiwi/kiwi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/kiwi/kiwi.SlackBuild')
-rw-r--r--development/kiwi/kiwi.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/development/kiwi/kiwi.SlackBuild b/development/kiwi/kiwi.SlackBuild
index 91d85df0c9..e6685d45cd 100644
--- a/development/kiwi/kiwi.SlackBuild
+++ b/development/kiwi/kiwi.SlackBuild
@@ -2,20 +2,18 @@
# Slackware build script for kiwi
-# Written by Mikko Varri (vmj@linuxbox.fi)
+# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain
PRGNAM=kiwi
-VERSION=${VERSION:-1.9.23}
+VERSION=${VERSION:-1.9.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi