Browse Source
python-pyopenssl: Update to 21.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
3 years ago
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with
2 additions and
2 deletions
-
lang/python/python-pyopenssl/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-pyopenssl |
|
|
|
PKG_VERSION:=20.0.1 |
|
|
|
PKG_VERSION:=21.0.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=pyOpenSSL |
|
|
|
PKG_HASH:=4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51 |
|
|
|
PKG_HASH:=5e2d8c5e46d0d865ae933bef5230090bdaf5506281e9eec60fa250ee80600cb3 |
|
|
|
|
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|