diff options
author | Jeffery To <jeffery.to@gmail.com> | 2016-03-22 19:46:44 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2016-03-22 19:46:44 +0800 |
commit | f63ada1771113a96b25d8b375186d1e62ca92dbd (patch) | |
tree | b2f8128bc4ec57d07852d25ae65f841700f03fd8 | |
parent | 1db99615b7a012598ec922eb9db5fdbf47da2ca5 (diff) |
python-cffi: update to 1.5.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python-cffi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile index f3bcabfc4..a32696016 100644 --- a/lang/python-cffi/Makefile +++ b/lang/python-cffi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cffi -PKG_VERSION:=1.5.0 +PKG_VERSION:=1.5.2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi -PKG_MD5SUM:=dec8441e67880494ee881305059af656 +PKG_MD5SUM:=fa766133f7299464c8bf857e0c966a82 PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host |