1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00

python-pyopenssl: update to 16.1.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2016-09-22 20:44:35 +08:00
parent e5307a8c4c
commit 2089495165

View File

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