diff options
author | Jens Weber <jens@tuxane.com> | 2018-07-29 18:41:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 08:40:02 +0700 |
commit | 7ce5ee0a8f6070680b7300c2c4ed9b18f05b9d00 (patch) | |
tree | d4386aff1eeac105fd0935c0da95b2c490eea225 /system/unetbootin/unetbootin.SlackBuild | |
parent | a19be72cad8144e12f6b0b7008f8b6f009d5760c (diff) | |
download | slackbuilds-7ce5ee0a8f6070680b7300c2c4ed9b18f05b9d00.tar.gz |
system/unetbootin: Updated for version 661.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 7 |
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 |