URI: 
       tkeepkey: use v0.7.3 in windows binaries - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7bbfe4d9c7c44a3e9e9206e4a8ccc1755b126e63
   DIR parent e127fe6be514052db768d905b40fd590e4a83dba
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sun,  2 Oct 2016 18:17:13 +0200
       
       keepkey: use v0.7.3 in windows binaries
       
       Diffstat:
         M contrib/build-wine/prepare-hw.sh    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh
       t@@ -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