diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-04-02 09:17:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-03 09:33:21 +0700 |
commit | d1474f5a6c79d7ae9fb7976a0f420e6b47a06fa4 (patch) | |
tree | 1e0278bd3c27cc440b1ab4df3e448589820e3944 /system/refind | |
parent | d7aad40894c10fedde9c3a3d0e0bf47535744830 (diff) | |
download | slackbuilds-d1474f5a6c79d7ae9fb7976a0f420e6b47a06fa4.tar.gz |
system/refind: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/refind')
-rw-r--r-- | system/refind/README | 2 | ||||
-rw-r--r-- | system/refind/refind.SlackBuild | 2 | ||||
-rw-r--r-- | system/refind/refind.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/refind/README b/system/refind/README index c84f46eaf9..5a347d4823 100644 --- a/system/refind/README +++ b/system/refind/README @@ -14,3 +14,5 @@ the pre-build binary then convert to Slackware's. This package is optionally depends on python3 if you want to run the refind-mkdefault script, otherwise you don't need python3. + +There is an another Sbo script "rEFInd", which builds from source. diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild index 35273bdec1..b8c892ed95 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.11.5} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/refind/refind.info b/system/refind/refind.info index 10afe67a0c..ead99133aa 100644 --- a/system/refind/refind.info +++ b/system/refind/refind.info @@ -1,8 +1,8 @@ PRGNAM="refind" -VERSION="0.11.5" +VERSION="0.12.0" HOMEPAGE="http://www.rodsbooks.com/refind/index.html" -DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.5/refind-bin-0.11.5.zip" -MD5SUM="f6c3a3ab85011a9e023339b540985f60" +DOWNLOAD="http://sourceforge.net/projects/refind/files/0.12.0/refind-bin-0.12.0.zip" +MD5SUM="b44285cf65a9c61065761cb699532b8a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |