mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Test upgrading haven repo
This commit is contained in:
parent
9bd0de6d08
commit
033560cf3a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./config.sh
|
||||
HAVEN_VERSION=tags/v2.2.2
|
||||
HAVEN_VERSION=tags/v3.0.0
|
||||
HAVEN_SRC_DIR=${WORKDIR}/haven
|
||||
|
||||
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
HAVEN_URL="https://github.com/haven-protocol-org/haven-main.git"
|
||||
HAVEN_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/haven"
|
||||
HAVEN_VERSION=tags/v2.2.2
|
||||
HAVEN_VERSION=tags/v3.0.0
|
||||
BUILD_TYPE=release
|
||||
PREFIX=${EXTERNAL_IOS_DIR}
|
||||
DEST_LIB_DIR=${EXTERNAL_IOS_LIB_DIR}/haven
|
||||
|
|
Loading…
Reference in a new issue