From 52167d7f2c8eb81afb5a43e50a813fa3b7db908d Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 22 Mar 2019 21:50:36 +0800 Subject: [PATCH] python-cffi: Update to latest version Signed-off-by: Jeffery To --- lang/python/python-cffi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index aea3c8130..70ea42d9c 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.1 +PKG_VERSION:=1.12.2 PKG_RELEASE:=1 PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cffi -PKG_HASH:=9b6f7ba4e78c52c1a291d0c0c0bd745d19adde1a9e1c03cb899f0c6efd6f8033 +PKG_HASH:=e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION) @@ -37,7 +37,7 @@ define Package/python-cffi/Default CATEGORY:=Languages SUBMENU:=Python TITLE:=C Foreign Function Interface - URL:=http://cffi.readthedocs.org/ + URL:=https://cffi.readthedocs.org/ DEPENDS:=+libffi endef