diff options
author | Kyle Guinn <elyk03@gmail.com> | 2023-03-04 22:34:51 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:29 +0700 |
commit | a95f25985a38e1487a0a889599517595b6ae2754 (patch) | |
tree | 9621ec1103b22c45fd673681c8fae4ee88e6e9cd /system | |
parent | fe3c4f3a42516978f56982e5d1c66e18e635c9e8 (diff) |
system/memtest86+: Updated for version 6.10
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/memtest86+/memtest86+.SlackBuild | 6 | ||||
-rw-r--r-- | system/memtest86+/memtest86+.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/memtest86+/memtest86+.SlackBuild b/system/memtest86+/memtest86+.SlackBuild index 8e152e52df8ee..53e97ca2b33e9 100644 --- a/system/memtest86+/memtest86+.SlackBuild +++ b/system/memtest86+/memtest86+.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for memtest86+ -# Copyright 2013-2022 Kyle Guinn <elyk03@gmail.com> +# Copyright 2013-2023 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=memtest86+ SRCNAM=memtest86plus -VERSION=${VERSION:-6.00} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/memtest86+/memtest86+.info b/system/memtest86+/memtest86+.info index a317021819475..b8119971ce416 100644 --- a/system/memtest86+/memtest86+.info +++ b/system/memtest86+/memtest86+.info @@ -1,8 +1,8 @@ PRGNAM="memtest86+" -VERSION="6.00" +VERSION="6.10" HOMEPAGE="https://www.memtest.org/" -DOWNLOAD="https://github.com/memtest86plus/memtest86plus/archive/v6.00/memtest86plus-6.00.tar.gz" -MD5SUM="851a048cdc48e8d79aebe747e1f20864" +DOWNLOAD="https://github.com/memtest86plus/memtest86plus/archive/v6.10/memtest86plus-6.10.tar.gz" +MD5SUM="690ed91cde6ebc502d3a9e2b609a091a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |