system/refind: Updated for version 0.11.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2018-11-22 21:02:20 +00:00 committed by Willy Sudiarto Raharjo
parent 9ec208a4e5
commit ecaf47f156
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -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=""