diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-11-04 23:42:39 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-11-04 23:42:39 +0800 |
commit | c21eee0df469b44d24229fb196ba454b2d78906a (patch) | |
tree | 6af80e34b0d5c49e04fa6d14b64416901ba9983a /lang | |
parent | 97bada594b6aa212c9fe04e155021ec3080cd988 (diff) |
python-cffi: Update to 1.13.2
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 b20c3fd3c..3ee79ef84 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.13.1 +PKG_VERSION:=1.13.2 PKG_RELEASE:=1 PYPI_NAME:=cffi -PKG_HASH:=558b3afef987cf4b17abd849e7bedf64ee12b28175d564d05b628a0f9355599b +PKG_HASH:=599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |