diff options
author | Michael Heimpold <mhei@heimpold.de> | 2015-12-29 13:33:57 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2015-12-29 13:33:57 +0100 |
commit | f61b29241d9bfd527ecb4ca9cb344ce806ae94ec (patch) | |
tree | b39e80bbedf86c6543c232dd7a78451a1229020f | |
parent | 55b84246e8ad0d7e570bbb55b8f5c7892555774b (diff) | |
parent | 6b0482f6b7e9f1b5f88127657b12880dfef06569 (diff) |
Merge pull request #2200 from jefferyto/python-cffi-update
python-cffi: update to latest version
-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 f97cd170d..a9911b575 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.3.1 +PKG_VERSION:=1.4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi -PKG_MD5SUM:=deeba7c1fd32a66f1db587988d760c11 +PKG_MD5SUM:=81357fe5042d00650b85b728cc181df2 PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host |