lede-packages-rs

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

commit 9e405603167acdd7536c72d883906315b6ccff47
parent a65e43749d3fb7cefa5fad57b2c9b354946f5201
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon,  8 Feb 2016 12:52:38 +0200

Merge pull request #2360 from jefferyto/python-cffi-update

python-cffi: update to latest version
Diffstat:
Mlang/python-cffi/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cffi -PKG_VERSION:=1.4.2 +PKG_VERSION:=1.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi -PKG_MD5SUM:=81357fe5042d00650b85b728cc181df2 +PKG_MD5SUM:=dec8441e67880494ee881305059af656 PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host