From 92de76051a3b0477d80d4938bd5d93dc08146236 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 11 Feb 2016 14:32:39 +0800 Subject: [PATCH] python-cryptography: update to latest version Signed-off-by: Jeffery To --- lang/python-cryptography/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python-cryptography/Makefile b/lang/python-cryptography/Makefile index 6959f6d1b..317c4bf80 100644 --- 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