Merge pull request #742 from cake-tech/haven-3.0.7

Bump Haven to 3.0.7
This commit is contained in:
Omar Hatem 2023-01-24 02:56:07 +02:00 committed by GitHub
commit f0090ac110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
. ./config.sh . ./config.sh
HAVEN_VERSION=tags/v3.0.3 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}

View file

@ -4,7 +4,7 @@
HAVEN_URL="https://github.com/haven-protocol-org/haven-main.git" HAVEN_URL="https://github.com/haven-protocol-org/haven-main.git"
HAVEN_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/haven" HAVEN_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/haven"
HAVEN_VERSION=tags/v3.0.3 HAVEN_VERSION=tags/v3.0.7
BUILD_TYPE=release BUILD_TYPE=release
PREFIX=${EXTERNAL_IOS_DIR} PREFIX=${EXTERNAL_IOS_DIR}
DEST_LIB_DIR=${EXTERNAL_IOS_LIB_DIR}/haven DEST_LIB_DIR=${EXTERNAL_IOS_LIB_DIR}/haven