Browse Source

python-pyopenssl: bump to version 20.0.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 4 years ago
parent
commit
6482a32926
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-pyopenssl/Makefile

+ 2
- 2
lang/python/python-pyopenssl/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-pyopenssl PKG_NAME:=python-pyopenssl
PKG_VERSION:=20.0.0
PKG_VERSION:=20.0.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=pyOpenSSL PYPI_NAME:=pyOpenSSL
PKG_HASH:=92f08eccbd73701cf744e8ffd6989aa7842d48cbe3fea8a7c031c5647f590ac5
PKG_HASH:=4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save