diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-02-17 19:02:28 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-02-22 15:22:36 -0500 |
commit | c06b9a18a669d61f68796f5092d286338b4559be (patch) | |
tree | 5a900dac00093fdb4996ccd438bd01ce8baa8dff | |
parent | 13653bf807b43e55e1d9c5d7b579a326377329bc (diff) | |
download | meta-security-c06b9a18a669d61f68796f5092d286338b4559be.tar.gz |
tpm2-abrmd: upgrade 2.4.1 -> 3.0.0
Changelog:
https://github.com/tpm2-software/tpm2-abrmd/blob/3.0.0/CHANGELOG.md
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb index 75e9588..ea2433c 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "\ | |||
18 | file://tpm2-abrmd.default \ | 18 | file://tpm2-abrmd.default \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673" | 21 | SRC_URI[sha256sum] = "d59aff34164aa705b05155b86607f6b66918a433104f754a3fcf76216dd9f465" |
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" |
24 | 24 | ||