diff options
author | Bloyburt <alexpen@startmail.com> | 2023-12-14 21:50:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-15 00:12:38 +0700 |
commit | cb4415d8730d85f73f104fbb93ce6ab8a45f349a (patch) | |
tree | 96bc39532e2332b311e6aae32738915ddba98993 /network | |
parent | d75b07fc724cf78493ae33adbc2379e5faa90480 (diff) |
network/xmrig: Updated for version 6.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/xmrig/README | 4 | ||||
-rw-r--r-- | network/xmrig/xmrig.SlackBuild | 5 | ||||
-rw-r--r-- | network/xmrig/xmrig.info | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/network/xmrig/README b/network/xmrig/README index 25ffe1318ce67..347099144cf30 100644 --- a/network/xmrig/README +++ b/network/xmrig/README @@ -34,7 +34,7 @@ is recommended if you choose to do this). Algorithms: Various algorithms can be enabled/disabled by passing variables to the -script (VAR=yes/no ./xmrig.SlackBuild) These algorithms include: +script (VAR=yes/no ./feather.SlackBuild) These algorithms include: WITH_CN_LITE=yes|no (default: yes) (disable all CryptoNight-Lite algorithms (cn-lite/*)) WITH_CN_HEAVY=yes|no (default: yes) @@ -54,7 +54,7 @@ WITH_GHOSTRIDER=yes|no (default: yes) Features: Various features can be enabled/disabled by passing variables to the -script (VAR=yes/no ./xmrig.SlackBuild) These features include: +script (VAR=yes/no ./feather.SlackBuild) These features include: WITH_HWLOC=yes|no (default: yes) (disable hwloc support. Disabling this feature is not recommended in most cases. This feature adds an external dependency to diff --git a/network/xmrig/xmrig.SlackBuild b/network/xmrig/xmrig.SlackBuild index dadfa360a313e..bc89be680ab34 100644 --- a/network/xmrig/xmrig.SlackBuild +++ b/network/xmrig/xmrig.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmrig -VERSION=${VERSION:-6.20.0} +VERSION=${VERSION:-6.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,6 +38,9 @@ if [ -z "$ARCH" ]; then esac fi +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/xmrig/xmrig.info b/network/xmrig/xmrig.info index 4cf9b14494fb1..547736df45aab 100644 --- a/network/xmrig/xmrig.info +++ b/network/xmrig/xmrig.info @@ -1,8 +1,8 @@ PRGNAM="xmrig" -VERSION="6.20.0" +VERSION="6.21.0" HOMEPAGE="https://xmrig.com/" -DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.20.0/xmrig-6.20.0.tar.gz" -MD5SUM="8f8fde7ac5f1a470f90c1612378118e1" +DOWNLOAD="https://github.com/xmrig/xmrig/archive/v6.21.0/xmrig-6.21.0.tar.gz" +MD5SUM="8a5bfd948f86f9d0f9ba8ab52bf94f27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README% hwloc" |