lede-packages-rs

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

commit c68a3f94d4d1af80238cc8f74859f487b4c4b8b8
parent 4da62bfbcfe30731a1b2621f316ad25980a09652
Author: Michael Heimpold <mhei@heimpold.de>
Date:   Sat, 24 Sep 2016 20:54:32 +0200

Merge pull request #3227 from jefferyto/python-cryptography-1.5.1

python-cryptography: update to 1.5.1
Diffstat:
Mlang/python-cryptography/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 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.5 +PKG_VERSION:=1.5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/6e/96/b8dab146e8be98061dae07e127f80cffa3061ab0e8da0d3d42f3308c6e91 -PKG_MD5SUM:=d85a91af3e943c68fa5ff82a3ccdd5df +PKG_SOURCE_URL:=https://pypi.python.org/packages/21/e1/37fc14f9d77924e84ba0dcb88eb8352db914583af229287c6c965d66ba0d +PKG_MD5SUM:=66a3e01f5f436d2413ef47b7e6bb7729 PKG_BUILD_DEPENDS:=python-cffi/host