diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-10-31 12:02:20 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-11-02 18:46:01 -0700 |
commit | 55df86c7f6daadee25aecfb7b4d1d33dee057991 (patch) | |
tree | 38d86555aea73a4a4b215c5b81afc69dc8eadecf | |
parent | ddd0f93637ab5e79e3fbc012d2537bfee5006f82 (diff) |
python-pyopenssl: Update to 23.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-pyopenssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pyopenssl/Makefile b/lang/python/python-pyopenssl/Makefile index 383d48d6b..6aed546ab 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:=23.2.0 +PKG_VERSION:=23.3.0 PKG_RELEASE:=1 PYPI_NAME:=pyOpenSSL -PKG_HASH:=276f931f55a452e7dea69c7173e984eb2a4407ce413c918aa34b55f82f9b8bac +PKG_HASH:=6b2cba5cc46e822750ec3e5a81ee12819850b11303630d575e98108a079c2b12 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |