Browse Source

Merge pull request #8753 from jefferyto/python-cffi-1.12.3

python-cffi: Update to 1.12.3
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by GitHub
parent
commit
fe0747b37f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-cffi/Makefile

+ 2
- 2
lang/python/python-cffi/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-cffi PKG_NAME:=python-cffi
PKG_VERSION:=1.12.2
PKG_VERSION:=1.12.3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cffi PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cffi
PKG_HASH:=e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7
PKG_HASH:=041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION)


Loading…
Cancel
Save