update hw wallet versions

This commit is contained in:
ThomasV 2018-01-07 15:13:59 +01:00
parent 063ec0a758
commit 79d402d3f9
2 changed files with 3 additions and 2 deletions

View File

@ -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' {} +

View File

@ -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