Update haven version

This commit is contained in:
M 2022-02-24 13:16:41 +03:00
parent 87c693e081
commit c0ad96d7b5
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
. ./config.sh
HAVEN_VERSION=tags/v2.1.0
HAVEN_VERSION=tags/v2.2.2
HAVEN_SRC_DIR=${WORKDIR}/haven
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} --branch ${HAVEN_VERSION}

View file

@ -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.1.0
HAVEN_VERSION=tags/v2.2.2
BUILD_TYPE=release
PREFIX=${EXTERNAL_IOS_DIR}