mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
d8dd47cd74
commit
8fb7da945b
2 changed files with 10 additions and 7 deletions
|
@ -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 .
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue