diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-02-17 21:56:23 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-02-17 21:59:03 +0100 |
commit | 75c125d1d98ef2723afafab1d6b3a1c63a647e2d (patch) | |
tree | 4f1d2f4a2e6bdd8954c9f86434f29fe722c3a359 /lang/python/python-markdown/Makefile | |
parent | 43fd0476529fa1eae4f824d55018267f03f68ce3 (diff) |
python-markdown: update to version 3.2.1
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-markdown/Makefile')
-rw-r--r-- | lang/python/python-markdown/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-markdown/Makefile b/lang/python/python-markdown/Makefile index 34ae3863a..90f80d457 100644 --- a/lang/python/python-markdown/Makefile +++ b/lang/python/python-markdown/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2O20 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-markdown -PKG_VERSION:=3.1.1 +PKG_VERSION:=3.2.1 PKG_RELEASE:=1 PYPI_NAME:=Markdown -PKG_HASH:=2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a +PKG_HASH:=90fee683eeabe1a92e149f7ba74e5ccdc81cd397bd6c516d93a8da0ef90b6902 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=BSD-3-Clause |