We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04367c4 commit daef16aCopy full SHA for daef16a
xmrig/lib-builder/script/xmrig-fetch.sh
@@ -6,7 +6,7 @@ source script/env.sh
6
7
cd $EXTERNAL_LIBS_BUILD_ROOT
8
9
-version="v6.16.3"
+version="v6.16.4"
10
11
if [ ! -d "xmrig" ]; then
12
git clone https://github.com/xmrig/xmrig.git -b ${version}
xmrig/lib-builder/script/xmrig-mo-fetch.sh
-version="v6.16.3-mo1"
+version="v6.16.4-mo1"
if [ ! -d "xmrig-mo" ]; then
git clone https://github.com/MoneroOcean/xmrig.git -b ${version} xmrig-mo
0 commit comments