diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-08-09 17:56:12 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-08-09 17:56:12 +0800 |
commit | 85ee7c4d97de92646997eafaf3ebe5e269965637 (patch) | |
tree | a259ab793e786b740de5ea47916867b3a9cade1e /security/py-trezor | |
parent | 30267143a2af39c0654201cbf3228b462a0de688 (diff) | |
download | freebsd-ports-gnome-85ee7c4d97de92646997eafaf3ebe5e269965637.tar.gz freebsd-ports-gnome-85ee7c4d97de92646997eafaf3ebe5e269965637.tar.zst freebsd-ports-gnome-85ee7c4d97de92646997eafaf3ebe5e269965637.zip |
- Update to 0.12.1
- Update WWW, GitHub project space is archived
Diffstat (limited to 'security/py-trezor')
-rw-r--r-- | security/py-trezor/Makefile | 2 | ||||
-rw-r--r-- | security/py-trezor/distinfo | 6 | ||||
-rw-r--r-- | security/py-trezor/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/py-trezor/Makefile b/security/py-trezor/Makefile index fed856b34d54..17750890d01e 100644 --- a/security/py-trezor/Makefile +++ b/security/py-trezor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-trezor/distinfo b/security/py-trezor/distinfo index 8487b3a444e4..8cb33ee712c9 100644 --- a/security/py-trezor/distinfo +++ b/security/py-trezor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585811244 -SHA256 (trezor-0.12.0.tar.gz) = f6bc821bddec06e67a1abd0be1d9fbc61c59b08272c736522ae2f6b225bf9579 -SIZE (trezor-0.12.0.tar.gz) = 149469 +TIMESTAMP = 1596966690 +SHA256 (trezor-0.12.1.tar.gz) = 293cfc3c5d13fa62a42d23f85daa0c98e3eb2e3c44ab0ca54eb314cd69aa29f0 +SIZE (trezor-0.12.1.tar.gz) = 156783 diff --git a/security/py-trezor/pkg-descr b/security/py-trezor/pkg-descr index 25df25ce8af4..84d04252b1d9 100644 --- a/security/py-trezor/pkg-descr +++ b/security/py-trezor/pkg-descr @@ -1,3 +1,3 @@ Client side implementation for TREZOR-compatible Bitcoin hardware wallets. -WWW: https://github.com/trezor/python-trezor +WWW: https://pypi.org/project/trezor/ |