diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/swtpm/module.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/swtpm/module.conf b/core/modules/swtpm/module.conf index 2378ebb4..f5e69dbb 100644 --- a/core/modules/swtpm/module.conf +++ b/core/modules/swtpm/module.conf @@ -1,8 +1,8 @@ #!/bin/bash REQUIRED_GIT=" - https://github.com/stefanberger/libtpms.git||v0.9.0 - https://github.com/stefanberger/swtpm.git||v0.6.1 + https://github.com/stefanberger/libtpms.git||${CONFIG_LIBTPMS_VERSION:-v0.9.0} + https://github.com/stefanberger/swtpm.git||${CONFIG_SWTPM_VERSION:-v0.6.1} " # copy everything since there is a clean installation done by 'make install' |