From 7bbfe4d9c7c44a3e9e9206e4a8ccc1755b126e63 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 2 Oct 2016 18:17:13 +0200 Subject: [PATCH] keepkey: use v0.7.3 in windows binaries --- contrib/build-wine/prepare-hw.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh index db474211..5cfd4c8e 100755 --- a/contrib/build-wine/prepare-hw.sh +++ b/contrib/build-wine/prepare-hw.sh @@ -67,6 +67,7 @@ cd .. if [ -d "keepkey-git" ]; then cd keepkey-git git pull + git checkout v0.7.3 cd .. else git clone -b $BRANCH $KEEPKEY_GIT_URL keepkey-git