diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-11 06:17:58 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-11 06:17:58 +0800 |
commit | e8082a900b56b61ac2a71abee282e1f4faf378d4 (patch) | |
tree | 3d25e649dbabce083209b4edc1054634e486f5bd /security | |
parent | 9ebfeb5294dc4b3a63a9c07e5947add1b87eb112 (diff) | |
download | freebsd-ports-gnome-e8082a900b56b61ac2a71abee282e1f4faf378d4.tar.gz freebsd-ports-gnome-e8082a900b56b61ac2a71abee282e1f4faf378d4.tar.zst freebsd-ports-gnome-e8082a900b56b61ac2a71abee282e1f4faf378d4.zip |
security/py-pycryptodome: Update to 3.5.1
Also updated WWW.
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pycryptodome/Makefile | 2 | ||||
-rw-r--r-- | security/py-pycryptodome/distinfo | 6 | ||||
-rw-r--r-- | security/py-pycryptodome/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile index 141a8bc931b6..315b8e1d28e4 100644 --- a/security/py-pycryptodome/Makefile +++ b/security/py-pycryptodome/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycryptodome -DISTVERSION= 3.5.0 +DISTVERSION= 3.5.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo index d00fd1e9f5ac..fe441ab08007 100644 --- a/security/py-pycryptodome/distinfo +++ b/security/py-pycryptodome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520495123 -SHA256 (pycryptodome-3.5.0.tar.gz) = f4de590db1f2c025749578a2714ba9b7ab9a358f910c6a6626b7c362ae9ebdaf -SIZE (pycryptodome-3.5.0.tar.gz) = 6720425 +TIMESTAMP = 1520719950 +SHA256 (pycryptodome-3.5.1.tar.gz) = b7957736f5e868416b06ff033f8525e64630c99a8880b531836605190b0cac96 +SIZE (pycryptodome-3.5.1.tar.gz) = 6720488 diff --git a/security/py-pycryptodome/pkg-descr b/security/py-pycryptodome/pkg-descr index 5bc0e6102ed9..1ac395ac2177 100644 --- a/security/py-pycryptodome/pkg-descr +++ b/security/py-pycryptodome/pkg-descr @@ -17,4 +17,4 @@ PyCrypto (2.6.1): * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base -WWW: https://pypi.python.org/pypi/pycryptodome +WWW: https://www.pycryptodome.org/en/latest/ |