system/multibootusb: Updated for version 8.5.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Mohammad Etemaddar 2017-04-17 22:49:16 +01:00 committed by Willy Sudiarto Raharjo
parent 59eb58aa44
commit 54a65c15f1
3 changed files with 9 additions and 9 deletions

View file

@ -8,4 +8,4 @@ distro's installation.
Syslinux is used as default boot loader for making USB bootable.
- You also need QEMU in order to use it within multibootusb.
- Optional: You need QEMU for testing installed OS on USB.

View file

@ -2,7 +2,7 @@
# Slackware build script for multibootusb
# Copyright 2015 Mohammad Etemaddar Iran
# Copyright 2017 Mohammad Etemaddar Iran
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=multibootusb
VERSION=${VERSION:-7.5.0}
VERSION=${VERSION:-8.5.0}
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
@ -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"

View file

@ -1,8 +1,8 @@
PRGNAM="multibootusb"
VERSION="7.5.0"
VERSION="8.5.0"
HOMEPAGE="http://multibootusb.org/"
DOWNLOAD="https://github.com/mbusb/multibootusb/archive/v7.5.0.tar.gz"
MD5SUM="d3c13cdc308486f2966ffc60b211ea70"
DOWNLOAD="https://github.com/mbusb/multibootusb/archive/v8.5.0.tar.gz"
MD5SUM="f6203ca05167b01a39508b46da7c84ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""