summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-02-15 19:05:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-02-17 09:30:23 +0100
commit7e53fd8fb062b2fde0a800bc90e782782300f64a (patch)
tree3419f8f969ed9dd479501eba4271e816b1dd3af5
parent5e38a303e2c28592ae6c7dddcfa181a0390b2329 (diff)
downloadptxdist-7e53fd8fb062b2fde0a800bc90e782782300f64a.tar.gz
ptxdist-7e53fd8fb062b2fde0a800bc90e782782300f64a.tar.xz
tpm2-tools: Version bump. 5.4 -> 5.5
Minor changes. Nothing interesting. https://github.com/tpm2-software/tpm2-tools/releases/tag/5.5 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230215180555.2157681-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/tpm2-tools.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/tpm2-tools.make b/rules/tpm2-tools.make
index ccfaa5393..4edb0345b 100644
--- a/rules/tpm2-tools.make
+++ b/rules/tpm2-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TOOLS) += tpm2-tools
#
# Paths and names
#
-TPM2_TOOLS_VERSION := 5.4
-TPM2_TOOLS_MD5 := 3c9daa08786e0464e1b9a2da2dec8460
+TPM2_TOOLS_VERSION := 5.5
+TPM2_TOOLS_MD5 := 10c0bd5be82c316598969745f178f04b
TPM2_TOOLS := tpm2-tools-$(TPM2_TOOLS_VERSION)
TPM2_TOOLS_SUFFIX := tar.gz
TPM2_TOOLS_URL := https://github.com/tpm2-software/tpm2-tools/releases/download/$(TPM2_TOOLS_VERSION)/$(TPM2_TOOLS).$(TPM2_TOOLS_SUFFIX)