diff options
author | Bloyburt <alexpen@startmail.com> | 2023-07-28 20:28:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:33 +0700 |
commit | 67da1cd319d08f8341b147a64a197ceb1805c14b (patch) | |
tree | 2d83616740e51a7b28dfa34fedc6bbc1e16282ad /network | |
parent | 1cd6afae62c7a88f0e791076e5750d1f85ec8df6 (diff) |
network/feather: Updated for version 2.4.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/feather/README | 4 | ||||
-rw-r--r-- | network/feather/feather.SlackBuild | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/network/feather/README b/network/feather/README index 0a2d2c22ffe0..57d1a9ee400d 100644 --- a/network/feather/README +++ b/network/feather/README @@ -22,3 +22,7 @@ If qt6 is not found, qt5 will be used instead. tor is another optional dependency; a Tor daemon is required to connect to .onion nodes and the websocket server. +If the XMRig feature is enabled, you can point to a system-wide binary +for the miner executable (under the "Settings" tab in the "Miner" tab) +by installing the xmrig package from SlackBuilds.org. Said binary will +be located at "/usr/bin/xmrig". diff --git a/network/feather/feather.SlackBuild b/network/feather/feather.SlackBuild index bad07208c7e9..14d41cfb03ff 100644 --- a/network/feather/feather.SlackBuild +++ b/network/feather/feather.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=feather VERSION=${VERSION:-2.4.9} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |