mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/refind: Updated for version 0.11.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9ec208a4e5
commit
ecaf47f156
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=refind
|
||||
VERSION=${VERSION:-0.11.3}
|
||||
VERSION=${VERSION:-0.11.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
if [ "$ARCH" != "x86_64" -a "$ARCH" != "i586" ]; then
|
||||
if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "i586" ] && [ "$ARCH" != "i686" ]; then
|
||||
echo "Platform $ARCH not supported."
|
||||
exit
|
||||
fi
|
||||
|
@ -69,7 +69,7 @@ AA64_PKG="$REFIND_SHARE_DIR/refind/drivers_aa64 \
|
|||
$REFIND_SHARE_DIR/refind/tools_aa64 \
|
||||
$REFIND_SHARE_DIR/refind/refind_aa64.efi"
|
||||
# remove unnecessary packages
|
||||
if [ "$ARCH" == "x86_64" ]; then
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
rm -rf $REFIND_SHARE_DIR/refind/drivers_ia32 \
|
||||
$REFIND_SHARE_DIR/refind/tools_ia32 \
|
||||
$REFIND_SHARE_DIR/refind/refind_ia32.efi \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="refind"
|
||||
VERSION="0.11.3"
|
||||
VERSION="0.11.4"
|
||||
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
|
||||
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.3/refind-bin-0.11.3.zip"
|
||||
MD5SUM="ff3040259204a377503c8511c7fc53cc"
|
||||
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.4/refind-bin-0.11.4.zip"
|
||||
MD5SUM="7553ce542ff626396bec5a587161e28f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue