mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/refind: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d7aad40894
commit
d1474f5a6c
3 changed files with 6 additions and 4 deletions
|
@ -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
|
This package is optionally depends on python3 if you want to run the
|
||||||
refind-mkdefault script, otherwise you don't need python3.
|
refind-mkdefault script, otherwise you don't need python3.
|
||||||
|
|
||||||
|
There is an another Sbo script "rEFInd", which builds from source.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=refind
|
PRGNAM=refind
|
||||||
VERSION=${VERSION:-0.11.5}
|
VERSION=${VERSION:-0.12.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="refind"
|
PRGNAM="refind"
|
||||||
VERSION="0.11.5"
|
VERSION="0.12.0"
|
||||||
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
|
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.11.5/refind-bin-0.11.5.zip"
|
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.12.0/refind-bin-0.12.0.zip"
|
||||||
MD5SUM="f6c3a3ab85011a9e023339b540985f60"
|
MD5SUM="b44285cf65a9c61065761cb699532b8a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue