diff --git a/modules/tpmtotp b/modules/tpmtotp index e56a3f89..2b2c2ba3 100644 --- a/modules/tpmtotp +++ b/modules/tpmtotp @@ -2,10 +2,10 @@ modules += tpmtotp tpmtotp_depends := mbedtls qrencode $(musl_dep) -#tpmtotp_version := git -#tpmtotp_repo := https://github.com/osresearch/tpmtotp +tpmtotp_version := git +tpmtotp_repo := https://github.com/osresearch/tpmtotp -tpmtotp_version := 0.2.1 +#tpmtotp_version := 0.2.1 tpmtotp_dir := tpmtotp-$(tpmtotp_version) tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz