diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-19 14:34:31 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-19 14:34:31 +0100 |
commit | 2be7b44fdd5e7b02b909b5047b36f36196ed130a (patch) | |
tree | 7dfa82765d2ab5d8b35bd454b28f49d8b1d76f61 /lang/python/python-slugify/Makefile | |
parent | 8026e96c3b832e4dabbf28a95a5a01423164abbe (diff) |
python-slugify: update to version 4.0.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-slugify/Makefile')
-rw-r--r-- | lang/python/python-slugify/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-slugify/Makefile b/lang/python/python-slugify/Makefile index b5fbc4d5d..537cee9b9 100644 --- a/lang/python/python-slugify/Makefile +++ b/lang/python/python-slugify/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-slugify -PKG_VERSION:=3.0.3 +PKG_VERSION:=4.0.0 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=a9f468227cb11e20e251670d78e1b5f6b0b15dd37bbd5c9814a25a904e44ff66 +PKG_HASH:=a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |