diff options
author | Jeffery To <jeffery.to@gmail.com> | 2016-07-27 22:34:43 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2016-07-27 22:34:43 +0800 |
commit | 8ea476fa459a55198d4250752f82f525ccec17fa (patch) | |
tree | b639cd94a97d506b71c169db07188a940f630d0d | |
parent | fb37ae282b4d3dbbd1c1a92b1747a6806b182493 (diff) |
python-cffi: update to 1.7.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python-cffi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile index a32696016..a6627a5e4 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.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.7.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:=fa766133f7299464c8bf857e0c966a82 +PKG_SOURCE_URL:=https://pypi.python.org/packages/83/3c/00b553fd05ae32f27b3637f705c413c4ce71290aa9b4c4764df694e906d9 +PKG_MD5SUM:=34122a545060cee58bab88feab57006d PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host |