diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2024-11-19 21:02:58 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-20 12:37:53 +0700 |
commit | 9912bba06fa0ddd48a822f1a96e5d096dddd1fff (patch) | |
tree | 2591e0b57ecc80e60b6f54545e68197a01ac3b7c /system | |
parent | 347eb7966eb2f958f08abcde13f94bb2f6d46848 (diff) |
system/refind-bin: Updated for version 0.14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/refind-bin/refind-bin.SlackBuild | 7 | ||||
-rw-r--r-- | system/refind-bin/refind-bin.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/refind-bin/refind-bin.SlackBuild b/system/refind-bin/refind-bin.SlackBuild index 465f5fcf90d13..5edeedd0fff1c 100644 --- a/system/refind-bin/refind-bin.SlackBuild +++ b/system/refind-bin/refind-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for refind -# Copyright 2014-2023 Zhu Qun-Ying +# Copyright 2014-2024 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=refind-bin SRCNAM=refind -VERSION=${VERSION:-0.14.0.2} +VERSION=${VERSION:-0.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,9 +44,6 @@ if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "i586" ] && [ "$ARCH" != "i686" ]; th exit fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/refind-bin/refind-bin.info b/system/refind-bin/refind-bin.info index d78996371ced2..ecea7690dfffd 100644 --- a/system/refind-bin/refind-bin.info +++ b/system/refind-bin/refind-bin.info @@ -1,8 +1,8 @@ PRGNAM="refind-bin" -VERSION="0.14.0.2" +VERSION="0.14.2" HOMEPAGE="https://www.rodsbooks.com/refind" -DOWNLOAD="https://sourceforge.net/projects/refind/files/0.14.0.2/refind-bin-0.14.0.2.zip" -MD5SUM="541ad974824eec978f953bdee349bd5c" +DOWNLOAD="https://sourceforge.net/projects/refind/files/0.14.2/refind-bin-0.14.2.zip" +MD5SUM="cbebbc12b0bb2d668362ae7daf7fb0f1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |