diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-03-27 23:33:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:56:59 +0700 |
commit | 2b746a25e477f6952d8de64a6ba441bc467b6ee6 (patch) | |
tree | 668ec69848559b0588b11a28e3c813718d63ccf8 /system/refind | |
parent | f0d086ce97e631760c256adcd4bf6e83c2bcee6b (diff) | |
download | slackbuilds-2b746a25e477f6952d8de64a6ba441bc467b6ee6.tar.gz |
system/refind: Updated for version 0.10.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/refind')
-rw-r--r-- | system/refind/refind.SlackBuild | 4 | ||||
-rw-r--r-- | system/refind/refind.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild index 426ff41f64..2cc5a99184 100644 --- a/system/refind/refind.SlackBuild +++ b/system/refind/refind.SlackBuild @@ -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 diff --git a/system/refind/refind.info b/system/refind/refind.info index e7efde4b51..6df012f122 100644 --- a/system/refind/refind.info +++ b/system/refind/refind.info @@ -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="" |