diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-05-31 11:06:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-05-31 11:06:10 +0000 |
commit | 4782ab5c4cc7e7bc1b311901343082ddac568d6d (patch) | |
tree | d26223c69e1187cb1bf3fab3b160bb4b1e2bc0e3 | |
parent | 2b227c291f717bf51ec26834f9e122586414b72f (diff) | |
download | ports-4782ab5c4cc7e7bc1b311901343082ddac568d6d.tar.gz ports-4782ab5c4cc7e7bc1b311901343082ddac568d6d.zip |
security/py-bitbox02: Update to 6.2.0
- Update to 6.2.0
- License file was removed upstream
-rw-r--r-- | security/py-bitbox02/Makefile | 4 | ||||
-rw-r--r-- | security/py-bitbox02/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/py-bitbox02/Makefile b/security/py-bitbox02/Makefile index 4ed09763f182..11161a50c182 100644 --- a/security/py-bitbox02/Makefile +++ b/security/py-bitbox02/Makefile @@ -1,6 +1,5 @@ PORTNAME= bitbox02 -PORTVERSION= 6.1.1 -PORTREVISION= 1 +PORTVERSION= 6.2.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +9,6 @@ COMMENT= Python API for communicating with the BitBox02 device WWW= https://pypi.org/project/bitbox02/ LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}base58>=2.0.0:security/py-base58@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.14:security/py-ecdsa@${PY_FLAVOR} \ diff --git a/security/py-bitbox02/distinfo b/security/py-bitbox02/distinfo index 03430ff0feb9..e8de7efd0633 100644 --- a/security/py-bitbox02/distinfo +++ b/security/py-bitbox02/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660216845 -SHA256 (bitbox02-6.1.1.tar.gz) = 99503409d6c61899f8e11eb11e7a29866b2754cb02c03acf34cdef99755aedd8 -SIZE (bitbox02-6.1.1.tar.gz) = 49033 +TIMESTAMP = 1685523635 +SHA256 (bitbox02-6.2.0.tar.gz) = cede06e399c98ed536fed6d8a421208daa00f97b697bd8363a941ac5f33309bf +SIZE (bitbox02-6.2.0.tar.gz) = 45773 |