From 03a495f6fc5ce7968f2a4642038994e973fc0696 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 17 Aug 2020 13:45:15 +0200 Subject: [PATCH] travis: Bump tpm2-tss to 2.4.2 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index e4c279a8b..073e1d2ce 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -68,7 +68,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=2.4.1 + TSS2_REV=2.4.2 TSS2_PKG=tpm2-tss-$TSS2_REV TSS2_DIR=$DEPS_BUILD_DIR/$TSS2_PKG TSS2_SRC=https://github.com/tpm2-software/tpm2-tss/releases/download/$TSS2_REV/$TSS2_PKG.tar.gz