build: set submodule to v0.17.0.1

This commit is contained in:
selsta
2020-09-17 04:28:44 +02:00
parent d313c2de37
commit 1b4c21700f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout origin/master
git -C $MONERO_DIR checkout v0.17.0.1
# get monero core tag
pushd $MONERO_DIR

2
monero

Submodule monero updated: 2d8a197b91...1a9a984d26