Merge branch 'test/mbedtls_3.3.0' into development

feature/component_name_sanitizing
Javernaut 2 years ago
commit 4883ac99cb
  1. 2
      scripts/mbedtls/download.sh

@ -2,7 +2,7 @@
source ${SCRIPTS_DIR}/common-functions.sh source ${SCRIPTS_DIR}/common-functions.sh
export MBEDTLS_VERSION=3.2.1 export MBEDTLS_VERSION=3.3.0
downloadTarArchive \ downloadTarArchive \
"mbedtls" \ "mbedtls" \
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${MBEDTLS_VERSION}.tar.gz" \ "https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${MBEDTLS_VERSION}.tar.gz" \

Loading…
Cancel
Save