From 79d402d3f9625d1f8e059d0a322b458f91eedd6e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 7 Jan 2018 15:13:59 +0100 Subject: [PATCH] update hw wallet versions --- contrib/build-wine/build-electrum-git.sh | 1 + contrib/build-wine/prepare-hw.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh index c82eb163..f1a7a022 100755 --- a/contrib/build-wine/build-electrum-git.sh +++ b/contrib/build-wine/build-electrum-git.sh @@ -43,6 +43,7 @@ done popd pushd electrum +git checkout $BRANCH VERSION=`git describe --tags` echo "Last commit: $VERSION" find -exec touch -d '2000-11-11T11:11:11+00:00' {} + diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh index 1851b7b0..c73e13fc 100755 --- a/contrib/build-wine/prepare-hw.sh +++ b/contrib/build-wine/prepare-hw.sh @@ -23,6 +23,6 @@ cd tmp $PYTHON -m pip install setuptools --upgrade $PYTHON -m pip install cython --upgrade $PYTHON -m pip install trezor==0.7.16 --upgrade -$PYTHON -m pip install keepkey==4.0.0 --upgrade -$PYTHON -m pip install btchip-python==0.1.23 --upgrade +$PYTHON -m pip install keepkey==4.0.2 --upgrade +$PYTHON -m pip install btchip-python==0.1.24 --upgrade