Skip to content

Commit a197146

Browse files
committed
Update mbedtls to 3.6.1
1 parent 83d4eb1 commit a197146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mbedtls/download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
MBEDTLS_VERSION=v3.6.0
3+
MBEDTLS_VERSION=v3.6.1
44

55
git clone \
66
--depth 1 \
@@ -10,4 +10,4 @@ git clone \
1010
$MBEDTLS_VERSION
1111

1212
LIBRARY_NAME=mbedtls
13-
export SOURCES_DIR_${LIBRARY_NAME}=$(pwd)/${MBEDTLS_VERSION}
13+
export SOURCES_DIR_${LIBRARY_NAME}=$(pwd)/${MBEDTLS_VERSION}

0 commit comments

Comments
 (0)