diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-09-18 09:42:23 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-09-23 11:45:48 +0300 |
commit | 630679cb142cd817735646d158c09e5f35ebac88 (patch) | |
tree | f96e130532cedd92c0ac4536a30798a9d4e464f6 /lang | |
parent | 79276ef7b7ac6d14d1982682c42cd120058668d9 (diff) |
python-cffi: update to version 1.11.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-cffi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index bbad08117..7e1b2fdab 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.10.0 +PKG_VERSION:=1.11.0 PKG_RELEASE:=1 PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7 -PKG_HASH:=b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5 +PKG_SOURCE_URL:=https://pypi.python.org/packages/4e/32/4070bdf32812c89eb635c80880a5caa2e0189aa7999994c265577e5154f3 +PKG_HASH:=5f4ff33371c6969b39b293d9771ee91e81d26f9129be093ca1b7be357fcefd15 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION) |