From b9a3f7ffce68d1ac4224e036c58c10120f86eb48 Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 12 Jul 2022 17:31:33 +0200 Subject: [PATCH] Bump mbedtls again. Not strictly neccesary, since the generated files are now being generated anyway, but this makes version check happy. --- scripts.d/50-librist/40-mbedtls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-librist/40-mbedtls.sh b/scripts.d/50-librist/40-mbedtls.sh index 02846ae..2468361 100755 --- a/scripts.d/50-librist/40-mbedtls.sh +++ b/scripts.d/50-librist/40-mbedtls.sh @@ -1,7 +1,7 @@ #!/bin/bash MBEDTLS_REPO="https://github.com/ARMmbed/mbedtls.git" -MBEDTLS_COMMIT="v3.2.0" +MBEDTLS_COMMIT="v3.2.1" ffbuild_enabled() { return 0