lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 92de76051a3b0477d80d4938bd5d93dc08146236
parent 351f42ca54c505d11d90370bf3834b7d14d99124
Author: Jeffery To <jeffery.to@gmail.com>
Date:   Thu, 11 Feb 2016 14:32:39 +0800

python-cryptography: update to latest version

Signed-off-by: Jeffery To <jeffery.to@gmail.com>

Diffstat:
Mlang/python-cryptography/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python-cryptography/Makefile b/lang/python-cryptography/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptography -PKG_VERSION:=1.1.2 +PKG_VERSION:=1.2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cryptography -PKG_MD5SUM:=15eeba9e31f852bac21155baa3dfbc61 +PKG_MD5SUM:=2b25eebd1d3c6bae52b46f0dcec74dfb PKG_BUILD_DEPENDS:=python-cffi/host