Skip to content

Commit

Permalink
Merge branch 'update/mbedtls-3.6.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Mar 29, 2024
2 parents 7e6267c + aa04e13 commit 7709531
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions scripts/mbedtls/download.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/usr/bin/env bash

source ${SCRIPTS_DIR}/common-functions.sh
MBEDTLS_VERSION=v3.6.0

export MBEDTLS_VERSION=3.5.2
downloadTarArchive \
"mbedtls" \
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${MBEDTLS_VERSION}.tar.gz" \
true
git clone \
--depth 1 \
--branch $MBEDTLS_VERSION \
--recursive \
https://github.com/Mbed-TLS/mbedtls.git \
$MBEDTLS_VERSION

LIBRARY_NAME=mbedtls
export SOURCES_DIR_${LIBRARY_NAME}=$(pwd)/${MBEDTLS_VERSION}

0 comments on commit 7709531

Please sign in to comment.