mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/xmrig: Updated for version 6.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4f31d8a00f
commit
dc0a27b7c7
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for xmrig
|
||||
|
||||
# Copyright 2023 Bloyburt
|
||||
# Copyright 2023-2024 Bloyburt
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xmrig
|
||||
VERSION=${VERSION:-6.21.0}
|
||||
VERSION=${VERSION:-6.21.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmrig"
|
||||
VERSION="6.21.0"
|
||||
VERSION="6.21.1"
|
||||
HOMEPAGE="https://xmrig.com/"
|
||||
DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.21.0/xmrig-6.21.0.tar.gz"
|
||||
MD5SUM="8a5bfd948f86f9d0f9ba8ab52bf94f27"
|
||||
DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.21.1/xmrig-6.21.1.tar.gz"
|
||||
MD5SUM="072d9a86308243368a89c43c2e5d7ed4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% hwloc"
|
||||
|
|
Loading…
Reference in a new issue