upgrade monero core (#673)

This commit is contained in:
m2049r 2020-09-05 11:01:34 +02:00 committed by GitHub
parent 2ed9a78d9e
commit 10f2bc6561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ source script/env.sh
cd $EXTERNAL_LIBS_BUILD_ROOT
url="https://github.com/m2049r/monero"
version="release-v0.16.0.0-monerujo"
version="release-v0.16.0.3-monerujo"
if [ ! -d "monero" ]; then
git clone ${url} -b ${version}