diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-12-01 17:04:06 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-01 12:56:45 +0200 |
commit | d8ebe7d78e75a767133388ce756cee717a9ce43e (patch) | |
tree | df732a0397b1028946a6134d4a4bbb2182bb95bd | |
parent | c8326f71400e14b8ed95aee080600465c5067fe5 (diff) |
python-pyopenssl: Update to 20.0.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 6580e74fc..5bc59a95e 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.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=20.0.0 +PKG_RELEASE:=1 PYPI_NAME:=pyOpenSSL -PKG_HASH:=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507 +PKG_HASH:=92f08eccbd73701cf744e8ffd6989aa7842d48cbe3fea8a7c031c5647f590ac5 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |