commit 25127acd0bd4ef6a43a60655c74265ca047b645e
parent 72aa1e370d5cb7c2c1869d230477d1e447b2c48d
Author: Jeffery To <jeffery.to@gmail.com>
Date: Mon, 8 Feb 2016 18:48:34 +0800
python-cffi: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat:
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