bump tpmtotp version to v0.2.1

This commit is contained in:
Trammell Hudson 2017-02-01 11:50:02 -05:00
parent fe4eab2a7e
commit 8f7debc52f
Failed to extract signature

View File

@ -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)" \