mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/refind: Updated for version 0.10.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f0d086ce97
commit
2b746a25e4
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=refind
|
||||
VERSION=${VERSION:-0.10.4}
|
||||
VERSION=${VERSION:-0.10.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,7 @@ cp mkrlconf mvrefind mountesp $PKG/usr/sbin
|
|||
cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# remove unnecessary package
|
||||
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.10.4"
|
||||
VERSION="0.10.5"
|
||||
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
|
||||
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.10.4/refind-bin-0.10.4.zip"
|
||||
MD5SUM="a9647d5c42a85c728439fb4e669f67ba"
|
||||
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.10.5/refind-bin-0.10.5.zip"
|
||||
MD5SUM="5cb7a429f0a460a6e4b051cfd611131e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue