aboutsummaryrefslogtreecommitdiff
path: root/system/memtester/memtester.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-24 15:20:05 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:39 +0700
commit02671e8ade033c6466b74f01f4658cbcaef3452c (patch)
treec2fb69daff0d7f7a49350c2fe28808eee1317db8 /system/memtester/memtester.SlackBuild
parent38f5e13bd18401d8e160feca2f693d3f1618474e (diff)
downloadslackbuilds-02671e8ade033c6466b74f01f4658cbcaef3452c.tar.xz
system/memtester: Updated for version 4.5.1_1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memtester/memtester.SlackBuild')
-rw-r--r--system/memtester/memtester.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/memtester/memtester.SlackBuild b/system/memtester/memtester.SlackBuild
index 3b144c10bc57..0cb6a473cdaa 100644
--- a/system/memtester/memtester.SlackBuild
+++ b/system/memtester/memtester.SlackBuild
@@ -11,7 +11,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=memtester
-VERSION=${VERSION:-4.5.0_1}
+VERSION=${VERSION:-4.5.1_1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -27,9 +27,6 @@ if [ -z "$ARCH" ]; then
esac
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