aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install_dkg_dep.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/install_dkg_dep.sh b/bin/install_dkg_dep.sh
index 40ae2be..b426711 100755
--- a/bin/install_dkg_dep.sh
+++ b/bin/install_dkg_dep.sh
@@ -7,14 +7,12 @@ fi
if [ ! -d .dep/dkg ]; then
mkdir -p .dep/dkg
cd .dep/dkg
- git clone --depth 1 git://github.com/herumi/xbyak.git &
- git clone --depth 1 git://github.com/herumi/cybozulib.git &
- git clone --depth 1 --single-branch -b dev git://github.com/Spiderpowa/bls.git &
- git clone --depth 1 git://github.com/herumi/mcl.git &
+ git clone --depth 1 --single-branch -b dev git://github.com/dexon-foundation/bls.git &
+ git clone --depth 1 git://github.com/dexon-foundation/mcl.git &
wait
cd bls
make test_go -j
cd ../../../
fi
-cd vendor/github.com/Spiderpowa && rm -rf *
+cd vendor/github.com/dexon-foundation && rm -rf bls mcl
ln -s ../../../.dep/dkg/* .