Skip to content

Commit

Permalink
Update mbedtls to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Sep 22, 2024
1 parent 83d4eb1 commit a197146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mbedtls/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

MBEDTLS_VERSION=v3.6.0
MBEDTLS_VERSION=v3.6.1

git clone \
--depth 1 \
Expand All @@ -10,4 +10,4 @@ git clone \
$MBEDTLS_VERSION

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

0 comments on commit a197146

Please sign in to comment.