diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-11-25 03:23:26 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-11-25 03:23:26 +0800 |
commit | aff03aee1f4aac7c3598ae3e20dceb5064f72b5a (patch) | |
tree | 87956fc69fafc42690012c3da560e3dbd7d73b0f | |
parent | c6a8853c0d31541899db4e3b4a75092db3bbee54 (diff) |
python-pyopenssl: Update to 19.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-pyopenssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pyopenssl/Makefile b/lang/python/python-pyopenssl/Makefile index 5aad8ea23..53dccc306 100644 --- a/lang/python/python-pyopenssl/Makefile +++ b/lang/python/python-pyopenssl/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyopenssl -PKG_VERSION:=19.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=19.1.0 +PKG_RELEASE:=1 PYPI_NAME:=pyOpenSSL -PKG_HASH:=aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200 +PKG_HASH:=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |