summaryrefslogtreecommitdiffstats
path: root/system/unetbootin/unetbootin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r--system/unetbootin/unetbootin.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild
index eb51b68a48..dedae6b2e7 100644
--- a/system/unetbootin/unetbootin.SlackBuild
+++ b/system/unetbootin/unetbootin.SlackBuild
@@ -8,15 +8,16 @@
# v585: (jw) version bump to 585 08 Apr 2014
# v608: (jw) version bump to 608 21 March 2015 (also tested on multilib 14.1)
# v647: (jw) version bump to 647 26 May 2017
+# v661: (jw) version bump to 661 29 July 2018 / take sources from github.com as the sourceforge page seems to be somehow obsolete
PRGNAM=unetbootin
-VERSION=${VERSION:-647}
+VERSION=${VERSION:-661}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -28,7 +29,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
archname="i386"
elif [ "$ARCH" = "i686" ]; then