From 4386f00f6acd35a17cddae53355b3bf715909e28 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 7 Apr 2020 05:22:11 +0800 Subject: [PATCH] use dev-v0.8 --- etc/scripts/build-external-libs/wownero/fetch.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/scripts/build-external-libs/wownero/fetch.sh b/etc/scripts/build-external-libs/wownero/fetch.sh index 8eed544..b05d2b6 100755 --- a/etc/scripts/build-external-libs/wownero/fetch.sh +++ b/etc/scripts/build-external-libs/wownero/fetch.sh @@ -36,7 +36,8 @@ source etc/scripts/build-external-libs/env.sh cd $BUILD_ROOT_SRC name=wownero -version=v0.7.0 +# version=v0.7.0 +version=dev-v0.8 githash=4c6c7ab87b2a56165f400f6e49f17b9577a2bcad rm -rf $name @@ -44,7 +45,7 @@ rm -rf $name git clone --depth 1 https://github.com/wownero/wownero.git -b $version cd $name -test `git rev-parse HEAD` = $githash || exit 1 +# test `git rev-parse HEAD` = $githash || exit 1 git submodule update --init external/unbound git submodule update --init external/miniupnp