lede-packages-rs

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

commit 4bb9646dde2b2936d839fa40257871b2c3a6f5a1
parent 817e229212fd496eb75ed5f783469c736e75fa16
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 23:33:26 +0300

Merge pull request #3197 from jefferyto/python-cffi-1.8.3

python-cffi: update to 1.8.3
Diffstat:
Mlang/python-cffi/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 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.7.0 +PKG_VERSION:=1.8.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/83/3c/00b553fd05ae32f27b3637f705c413c4ce71290aa9b4c4764df694e906d9 -PKG_MD5SUM:=34122a545060cee58bab88feab57006d +PKG_SOURCE_URL:=https://pypi.python.org/packages/0a/f3/686af8873b70028fccf67b15c78fd4e4667a3da995007afc71e786d61b0a +PKG_MD5SUM:=c8e877fe0426a99d0cf5872cf2f95b27 PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host