python/trezor: Updated for version 0.7.9.post1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
399b64dcbe
commit
9c3269c2e8
|
@ -11,7 +11,7 @@ trezor:
|
|||
trezor: Client side implementation for TREZOR-compatible Bitcoin hardware
|
||||
trezor: wallets.
|
||||
trezor:
|
||||
trezor: See http://bitcointrezor.com for more information.
|
||||
trezor: See http://trezor.io for more information.
|
||||
trezor:
|
||||
trezor:
|
||||
trezor:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for trezor
|
||||
|
||||
# Copyright (c) 2016 Reedych <reedych@reedych.pw>
|
||||
# Copyright (c) 2016-2017 Reedych <reedych@reedych.pw>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,10 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=trezor
|
||||
VERSION=${VERSION:-0.7.6}
|
||||
VERSION=${VERSION:-0.7.9.post1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=python-$PRGNAM
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
@ -59,9 +61,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="trezor"
|
||||
VERSION="0.7.6"
|
||||
HOMEPAGE="https://github.com/trezor/trezor"
|
||||
DOWNLOAD="https://pypi.python.org/packages/b6/ac/894f90d9d435c26d376559c4b4f08c2e326d5abcadeb4e9b28695228ffb1/trezor-0.7.6.tar.gz"
|
||||
MD5SUM="c0c59a7000b3c121f26923ac9f660dbd"
|
||||
VERSION="0.7.9.post1"
|
||||
HOMEPAGE="https://github.com/trezor/python-trezor"
|
||||
DOWNLOAD="https://github.com/trezor/python-trezor/archive/v0.7.9.post1/python-trezor-0.7.9.post1.tar.gz"
|
||||
MD5SUM="2bb623c98ef0e5d4eae77fe7b0ecae7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ecdsa protobuf mnemonic hidapi"
|
||||
|
|
Loading…
Reference in New Issue