Skip to content

Commit

Permalink
Merge pull request #124 from XMRig-for-Android/issue-123-Upgrade_XMRi…
Browse files Browse the repository at this point in the history
…g_to_6_16_4

XMRig 6.16.4
  • Loading branch information
garrylachman authored Feb 18, 2022
2 parents 04367c4 + daef16a commit 26dfc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmrig/lib-builder/script/xmrig-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source script/env.sh

cd $EXTERNAL_LIBS_BUILD_ROOT

version="v6.16.3"
version="v6.16.4"

if [ ! -d "xmrig" ]; then
git clone https://github.com/xmrig/xmrig.git -b ${version}
Expand Down
2 changes: 1 addition & 1 deletion xmrig/lib-builder/script/xmrig-mo-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source script/env.sh

cd $EXTERNAL_LIBS_BUILD_ROOT

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
Expand Down

0 comments on commit 26dfc76

Please sign in to comment.