diff options
Diffstat (limited to 'system/memtest86+')
-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="" |