diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-10-21 05:19:23 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-10-21 05:19:23 +0800 |
commit | 141ead6bd7f2a7860b24b08897aabf542a25e389 (patch) | |
tree | 5ed41094bf76b1e05070a2dc63b55966cf9936a3 /lang | |
parent | 6cb186012b3201499127db4fecdbaee2045939d2 (diff) |
python-cffi: Update to 1.13.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-cffi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index c22e8196b..433484cd1 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.12.3 +PKG_VERSION:=1.13.0 PKG_RELEASE:=1 PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cffi -PKG_HASH:=041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774 +PKG_HASH:=8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION) |