system/memtester: Updated for version 4.6.0_1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-12-28 03:30:59 -05:00 committed by Willy Sudiarto Raharjo
parent d8dd47cd74
commit 8fb7da945b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 7 deletions

View file

@ -8,10 +8,13 @@
# The _1 is the debian patchlevel.
# 20221228 bkw: update for v4.6.0_1. switched to debian's renamed
# source, since the upstream site is broken (temporarily?)
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=memtester
VERSION=${VERSION:-4.5.1_1}
VERSION=${VERSION:-4.6.0_1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -56,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
tar xvf $CWD/${PRGNAM}_$SRCVER.orig.tar.gz
cd $PRGNAM-$SRCVER
tar xvf $CWD/${PRGNAM}_$SRCVER-$DEBVER.debian.tar.xz
chown -R root:root .

View file

@ -1,10 +1,10 @@
PRGNAM="memtester"
VERSION="4.5.1_1"
VERSION="4.6.0_1"
HOMEPAGE="http://pyropus.ca/software/memtester/"
DOWNLOAD="http://pyropus.ca/software/memtester/old-versions/memtester-4.5.1.tar.gz \
https://deb.debian.org/debian/pool/main/m/memtester/memtester_4.5.1-1.debian.tar.xz"
MD5SUM="1bc22c01e987d6a67fac39dc5656a4d3 \
b4b723bc75d159416ef8ceee128de7b5"
DOWNLOAD="https://deb.debian.org/debian/pool/main/m/memtester/memtester_4.6.0.orig.tar.gz \
https://deb.debian.org/debian/pool/main/m/memtester/memtester_4.6.0-1.debian.tar.xz"
MD5SUM="f351462e0a995ac6f96f451ddc17bec5 \
7b74c817255d3823ea4489294ac890e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""