From 267b3557665a227c5a115b5c709d4b14f8edaf97 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 1 Feb 2017 11:21:53 -0500 Subject: [PATCH] use v0.2.0 release of tpmtotp instead of git (issue #102) --- modules/tpmtotp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/tpmtotp b/modules/tpmtotp index 118bfee..057e8c5 100644 --- a/modules/tpmtotp +++ b/modules/tpmtotp @@ -2,14 +2,14 @@ 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.0.1 +tpmtotp_version := 0.2.0 tpmtotp_dir := tpmtotp-$(tpmtotp_version) -#tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz -#tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz -#tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f +tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz +tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz +tpmtotp_hash := c197e56d577db716e46e22c400ccf39aae8229282c5c2812742e9197c83b27ee tpmtotp_target := \ CC="$(heads_cc)" \