From a5ad8f70f50fc9757d13dfeb24722dd22dea4b15 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 3 Jul 2019 21:10:17 +0200 Subject: [PATCH] python3-unidecode: update to version 1.1.1 Signed-off-by: Josef Schlehofer --- lang/python/python3-unidecode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python3-unidecode/Makefile b/lang/python/python3-unidecode/Makefile index 9c72ba2d2..f3d505f29 100644 --- a/lang/python/python3-unidecode/Makefile +++ b/lang/python/python3-unidecode/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-unidecode -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_SOURCE:=Unidecode-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/u/unidecode/ -PKG_HASH:=8c698f567aa098aeacfbad2d4a416f9803236bdc5ece09653b6e6dfe3f03f102 +PKG_HASH:=2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8 PKG_BUILD_DIR:=$(BUILD_DIR)/Unidecode-$(PKG_VERSION)