package/memtest86: bump to version 5.01

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-01-29 22:38:43 +01:00 committed by Thomas Petazzoni
parent e100ab1320
commit 92bd5a478e
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# locally computed using sha256sum
sha256 5630ce978d0e6b671891df4253fc5c54659764d0cdfc7515ac0df3d8dd9e8737 memtest86+-4.20.tar.gz
sha256 142127b7953fbd829b1057fb64a78d3340c2b771484230a7347e94530a0d9039 memtest86+-5.01.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
MEMTEST86_VERSION = 4.20
MEMTEST86_VERSION = 5.01
MEMTEST86_SOURCE = memtest86+-$(MEMTEST86_VERSION).tar.gz
MEMTEST86_SITE = http://www.memtest.org/download/$(MEMTEST86_VERSION)
MEMTEST86_LICENSE = GPLv2
@ -16,4 +16,3 @@ define MEMTEST86_INSTALL_TARGET_CMDS
endef
$(eval $(generic-package))