Quellcode durchsuchen

Merge pull request #2360 from jefferyto/python-cffi-update

python-cffi: update to latest version
Hannu Nyman vor 9 Jahren
Ursprung
Commit
9e40560316
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      lang/python-cffi/Makefile

+ 2
- 2
lang/python-cffi/Makefile Datei anzeigen

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=cffi
11
-PKG_VERSION:=1.4.2
11
+PKG_VERSION:=1.5.0
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi
16
-PKG_MD5SUM:=81357fe5042d00650b85b728cc181df2
16
+PKG_MD5SUM:=dec8441e67880494ee881305059af656
17 17
 
18 18
 PKG_BUILD_DEPENDS:=python python-setuptools
19 19
 HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host