system/rEFInd: Updated for version 0.11.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2020-03-03 14:54:14 -08:00 committed by Willy Sudiarto Raharjo
parent 2345154a60
commit 0be4ea84fb
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 4 deletions

View File

@ -23,7 +23,7 @@
PRGNAM=rEFInd
SRCNAME=refind
VERSION=${VERSION:-0.11.4}
VERSION=${VERSION:-0.11.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,10 @@ mkdir $REFIND_SHARE_DIR/refind/tools_$REFIND_SUFFIX
cp ./gptsync/*.efi $REFIND_SHARE_DIR/refind/tools_$REFIND_SUFFIX
cp mkrlconf mvrefind mountesp $PKG/usr/sbin
(cd $PKG/usr/sbin
ln -sf /usr/share/$PRGNAM-$VERSION/refind-mkdefault
ln -sf /usr/share/$PRGNAM-$VERSION/refind-install
)
cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION
# include a slackware banner made by me, including the svg version

View File

@ -1,8 +1,8 @@
PRGNAM="rEFInd"
VERSION="0.11.4"
VERSION="0.11.5"
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
DOWNLOAD="https://sourceforge.net/projects/refind/files/0.11.4/refind-src-0.11.4.tar.gz"
MD5SUM="70cc2d59670aa842c295894342bd7ddc"
DOWNLOAD="https://sourceforge.net/projects/refind/files/0.11.5/refind-src-0.11.5.tar.gz"
MD5SUM="4af6e5f0274d23d5583d97b53789a1ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""