From 521c0b039ea95c9133566944d2e4bc29a9772507 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 18 Apr 2024 10:33:44 -0400 Subject: [PATCH] Revert "hotp-verification: temporarily use https://github.com/tlaurion/nitrokey-hotp-verification/commit/8a1f125aaf678a5f435374d9f4541a6dff317243" This reverts commit 3a3916b791fc1391843dc651b2834f072b649709. This was https://github.com/Nitrokey/nitrokey-hotp-verification/pull/32 and requires hotp-verification deeper cleanup which won't happen here. Signed-off-by: Thierry Laurion --- modules/hotp-verification | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hotp-verification b/modules/hotp-verification index 194c2f8ad..6085a7680 100644 --- a/modules/hotp-verification +++ b/modules/hotp-verification @@ -2,12 +2,12 @@ modules-$(CONFIG_HOTPKEY) += hotp-verification hotp-verification_depends := libusb $(musl_dep) -# v1.5 + fix on tlaurion branch until fixed upstream -hotp-verification_version := 8a1f125aaf678a5f435374d9f4541a6dff317243 +# v1.5 +hotp-verification_version := 70c04f51387eee8f777e943ba83b6405764a3cd2 hotp-verification_dir := hotp-verification-$(hotp-verification_version) hotp-verification_tar := nitrokey-hotp-verification-$(hotp-verification_version).tar.gz -hotp-verification_url := https://github.com/tlaurion/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz -hotp-verification_hash := 2ad258ff698f28a2fcf7dc1f23d5e55f65284d2f4c53d916c5157f5e187a54ae +hotp-verification_url := https://github.com/Nitrokey/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz +hotp-verification_hash := 5244b6b514117f955a03be2363fd51567a125cb8dc904d1bd89351be27eb8bb3 hotp-verification_target := \ $(MAKE_JOBS) \