mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/numactl: Updated for version 2.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b121b9a549
commit
13d50602a3
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Wainamoinen <wainamoinen@gmail.com>
|
||||
|
||||
PRGNAM=numactl
|
||||
VERSION=${VERSION:-2.0.8}
|
||||
VERSION=${VERSION:-2.0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -28,7 +28,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xzf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numactl"
|
||||
VERSION="2.0.8"
|
||||
VERSION="2.0.9"
|
||||
HOMEPAGE="http://oss.sgi.com/projects/libnuma/"
|
||||
DOWNLOAD="ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.8.tar.gz"
|
||||
MD5SUM="157def35edcc0ab94144398000b01d18"
|
||||
DOWNLOAD="ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.9.tar.gz"
|
||||
MD5SUM="136685c8eaf9d6569c351fe1d453b30c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue