mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/xmrig: Updated for version 6.21.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f547ef7d6
commit
edca92b4dc
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xmrig
|
||||
VERSION=${VERSION:-6.21.1}
|
||||
VERSION=${VERSION:-6.21.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmrig"
|
||||
VERSION="6.21.1"
|
||||
VERSION="6.21.2"
|
||||
HOMEPAGE="https://xmrig.com/"
|
||||
DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.21.1/xmrig-6.21.1.tar.gz"
|
||||
MD5SUM="072d9a86308243368a89c43c2e5d7ed4"
|
||||
DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.21.2/xmrig-6.21.2.tar.gz"
|
||||
MD5SUM="53948f29f998b97aea24ff405998d730"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% hwloc"
|
||||
|
|
Loading…
Reference in a new issue