From 8f7debc52fa14f578a693cacca9654689aed0795 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 1 Feb 2017 11:50:02 -0500 Subject: [PATCH] bump tpmtotp version to v0.2.1 --- modules/tpmtotp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tpmtotp b/modules/tpmtotp index 057e8c5..e56a3f8 100644 --- a/modules/tpmtotp +++ b/modules/tpmtotp @@ -5,11 +5,11 @@ tpmtotp_depends := mbedtls qrencode $(musl_dep) #tpmtotp_version := git #tpmtotp_repo := https://github.com/osresearch/tpmtotp -tpmtotp_version := 0.2.0 +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 -tpmtotp_hash := c197e56d577db716e46e22c400ccf39aae8229282c5c2812742e9197c83b27ee +tpmtotp_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c tpmtotp_target := \ CC="$(heads_cc)" \