diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-03-03 14:47:33 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:11:41 +0700 |
commit | aba5b48decadbd88cef8e7528082129c76b99345 (patch) | |
tree | 0ebccb0d36fe147e95a9077ba7b327a5337d036c | |
parent | 0be4ea84fb308e142e48af74e0b3ce67682189d8 (diff) |
system/refind: Updated for version 0.11.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/refind/refind.SlackBuild | 8 | ||||
-rw-r--r-- | system/refind/refind.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild index bb4cda4abd69..35273bdec11f 100644 --- a/system/refind/refind.SlackBuild +++ b/system/refind/refind.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for refind -# Copyright 2014-2018 Zhu Qun-Ying +# Copyright 2014-2020 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=refind -VERSION=${VERSION:-0.11.4} +VERSION=${VERSION:-0.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,10 @@ cp -ra keys refind refind-install refind-mkdefault fonts banners $REFIND_SHARE_D cp mkrlconf mvrefind mountesp $PKG/usr/sbin cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION +(cd $PKG/usr/sbin + ln -sf /usr/share/refind-$VERSION/refind-install + ln -sf /usr/share/refind-$VERSION/refind-mkdefault) + AA64_PKG="$REFIND_SHARE_DIR/refind/drivers_aa64 \ $REFIND_SHARE_DIR/refind/tools_aa64 \ $REFIND_SHARE_DIR/refind/refind_aa64.efi" diff --git a/system/refind/refind.info b/system/refind/refind.info index d03482468d7c..10afe67a0c0c 100644 --- a/system/refind/refind.info +++ b/system/refind/refind.info @@ -1,8 +1,8 @@ PRGNAM="refind" -VERSION="0.11.4" +VERSION="0.11.5" HOMEPAGE="http://www.rodsbooks.com/refind/index.html" -DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.4/refind-bin-0.11.4.zip" -MD5SUM="7553ce542ff626396bec5a587161e28f" +DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.5/refind-bin-0.11.5.zip" +MD5SUM="f6c3a3ab85011a9e023339b540985f60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |