From 022ed929dc898fa2db1f29a4c78b0f41d77c6c1c Mon Sep 17 00:00:00 2001 From: fuwa Date: Sun, 12 Apr 2020 23:47:15 +0800 Subject: [PATCH] remove unbound --- etc/scripts/build-external-libs/wownero/fetch.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/scripts/build-external-libs/wownero/fetch.sh b/etc/scripts/build-external-libs/wownero/fetch.sh index b05d2b6..3c456f0 100755 --- a/etc/scripts/build-external-libs/wownero/fetch.sh +++ b/etc/scripts/build-external-libs/wownero/fetch.sh @@ -42,12 +42,11 @@ githash=4c6c7ab87b2a56165f400f6e49f17b9577a2bcad rm -rf $name -git clone --depth 1 https://github.com/wownero/wownero.git -b $version +git clone --depth 1 https://github.com/fuwa0529/wownero.git -b $version cd $name # test `git rev-parse HEAD` = $githash || exit 1 -git submodule update --init external/unbound git submodule update --init external/miniupnp git submodule update --init external/rapidjson git submodule update --init external/RandomWOW