network/xmrig: Updated for version 6.21.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bloyburt 2024-03-16 18:28:06 +07:00 committed by Willy Sudiarto Raharjo
parent 4f31d8a00f
commit dc0a27b7c7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"