diff options
author | Kyle Guinn <elyk03@gmail.com> | 2024-01-09 23:34:43 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 07:14:26 +0700 |
commit | fb6129fecf5064246a6df9f0bd48a80db7b1e620 (patch) | |
tree | 29b095cca2e9ab538bae7c1f39f05a455b4e7143 | |
parent | 57d34c738f99b1d46577be856d3d52502c79af4a (diff) |
system/memtest86+: Updated for version 7.00
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/memtest86+/memtest86+.SlackBuild | 4 | ||||
-rw-r--r-- | system/memtest86+/memtest86+.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/memtest86+/memtest86+.SlackBuild b/system/memtest86+/memtest86+.SlackBuild index b2a2b28e29d8..5b60123281f5 100644 --- a/system/memtest86+/memtest86+.SlackBuild +++ b/system/memtest86+/memtest86+.SlackBuild @@ -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} diff --git a/system/memtest86+/memtest86+.info b/system/memtest86+/memtest86+.info index 1e5e13601934..9c6b4819cbc5 100644 --- a/system/memtest86+/memtest86+.info +++ b/system/memtest86+/memtest86+.info @@ -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="" |