diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-07 17:33:06 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-07 17:33:06 -0700 |
commit | ca83b8ff93427dd7721b854ce7e419ca063feb3e (patch) | |
tree | 8fa8e52d3d7cca3c17e811d506a7fd1a3e1b299b | |
parent | textproc/py-rnc2rng: update 2.6.6 → 2.7.0 (diff) |
security/py-scrypt: update 0.8.23 → 0.8.24
Reported by: portscout
-rw-r--r-- | security/py-scrypt/Makefile | 4 | ||||
-rw-r--r-- | security/py-scrypt/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-scrypt/Makefile b/security/py-scrypt/Makefile index 69e060688e1d..2e2a3b5ab9b0 100644 --- a/security/py-scrypt/Makefile +++ b/security/py-scrypt/Makefile @@ -1,5 +1,5 @@ PORTNAME= scrypt -DISTVERSION= 0.8.23 +DISTVERSION= 0.8.24 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://pypi.org/project/scrypt/ LICENSE= BSD2CLAUSE USES= python ssl -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_scrypt*.so diff --git a/security/py-scrypt/distinfo b/security/py-scrypt/distinfo index 5c9ce766212a..2f10afa15243 100644 --- a/security/py-scrypt/distinfo +++ b/security/py-scrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709530819 -SHA256 (scrypt-0.8.23.tar.gz) = 669e523426c5f3ebc5c2836ced0701ae8df7fbbfe24d3acd72a43a64932d8dec -SIZE (scrypt-0.8.23.tar.gz) = 55606 +TIMESTAMP = 1712536217 +SHA256 (scrypt-0.8.24.tar.gz) = 98ffde45e4a95461d73ded54ba7a26857679920d4f8ff320f6f7ade6e29531bd +SIZE (scrypt-0.8.24.tar.gz) = 55636 |