mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
Update build_haven.sh
This commit is contained in:
parent
f3b2c91c6c
commit
3a36582cee
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
HAVEN_VERSION=527845a8e8b6de6bb65ae75370c3b5104ff17ec7
|
HAVEN_VERSION=tags/v3.0.7
|
||||||
HAVEN_SRC_DIR=${WORKDIR}/haven
|
HAVEN_SRC_DIR=${WORKDIR}/haven
|
||||||
|
|
||||||
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
||||||
git checkout ${HAVEN_VERSION}
|
|
||||||
cd $HAVEN_SRC_DIR
|
cd $HAVEN_SRC_DIR
|
||||||
|
git checkout ${HAVEN_VERSION}
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue