Browse Source

Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0

python-pyopenssl: update to 16.1.0
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
7906a17949
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python-pyopenssl/Makefile

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

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pyOpenSSL
PKG_VERSION:=16.0.0
PKG_VERSION:=16.1.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pyOpenSSL
PKG_MD5SUM:=9587d813dcf656e9f2760e41a3682dc3
PKG_SOURCE_URL:=https://pypi.python.org/packages/15/1e/79c75db50e57350a7cefb70b110255757e9abd380a50ebdc0cfd853b7450
PKG_MD5SUM:=d8100b0c333f0eeadaf05914da8792a6
PKG_BUILD_DEPENDS:=python python-setuptools


Loading…
Cancel
Save