From e649284f519c2c8cee81ef832692f1ffe850b271 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 22 Apr 2013 10:58:15 +0200 Subject: [PATCH] libyubikey has moved to github --- ykpers4win.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykpers4win.mk b/ykpers4win.mk index 659fa39..d010f68 100644 --- a/ykpers4win.mk +++ b/ykpers4win.mk @@ -55,7 +55,7 @@ ykpers4win: cp COPYING $(PWD)/tmp/root/licenses/json-c.txt && \ cd .. && \ cp ../libyubikey-$(LIBYUBIKEYVERSION).tar.gz . \ - || wget http://yubico-c.googlecode.com/files/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ + || wget http://yubico.github.io/yubico-c/releases/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ tar xfa libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ cd libyubikey-$(LIBYUBIKEYVERSION) && \ ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \ -- 2.39.5