system/memtest86+: Updated for version 7.00
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
57d34c738f
commit
fb6129fecf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for memtest86+
|
||||
|
||||
# Copyright 2013-2023 Kyle Guinn <elyk03@gmail.com>
|
||||
# Copyright 2013-2024 Kyle Guinn <elyk03@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=memtest86+
|
||||
SRCNAM=memtest86plus
|
||||
VERSION=${VERSION:-6.20}
|
||||
VERSION=${VERSION:-7.00}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="memtest86+"
|
||||
VERSION="6.20"
|
||||
VERSION="7.00"
|
||||
HOMEPAGE="https://www.memtest.org/"
|
||||
DOWNLOAD="https://github.com/memtest86plus/memtest86plus/archive/v6.20/memtest86plus-6.20.tar.gz"
|
||||
MD5SUM="cae236c02d00015c7372fc54094716a5"
|
||||
DOWNLOAD="https://github.com/memtest86plus/memtest86plus/archive/v7.00/memtest86plus-7.00.tar.gz"
|
||||
MD5SUM="237418238fd499509edca8b21c3cc9c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue