Skip to content

Commit

Permalink
refind 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qunying committed Nov 20, 2024
1 parent 712320b commit 5389dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions system/rEFInd/rEFInd.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for refind

# Copyright 2020-2023 Zhu Qun-Ying All rights reserved.
# Copyright 2020-2024 Zhu Qun-Ying All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
Expand All @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=rEFInd
SRCNAME=refind
VERSION=${VERSION:-0.14.0.2}
VERSION=${VERSION:-0.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -43,9 +43,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
Expand Down
8 changes: 4 additions & 4 deletions system/rEFInd/rEFInd.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="rEFInd"
VERSION="0.14.0.2"
HOMEPAGE="http://www.rodsbooks.com/refind/index.html"
DOWNLOAD="http://sourceforge.net/projects/refind/files/0.14.0.2/refind-src-0.14.0.2.tar.gz"
MD5SUM="a458eae2fff7fc07333760e7485ca3dd"
VERSION="0.14.2"
HOMEPAGE="https://www.rodsbooks.com/refind/index.html"
DOWNLOAD="https://sourceforge.net/projects/refind/files/0.14.2/refind-src-0.14.2.tar.gz"
MD5SUM="ad591c95c3b82ba23ae563099fe200e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit 5389dfb

Please sign in to comment.