libraries/Jinja2: Updated for version 2.11.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bc60fde829
commit
f4b01f762e
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Jinja2
|
||||
|
||||
# Copyright 2014 Mikko Värri, Finland
|
||||
# Copyright 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Jinja2
|
||||
VERSION=${VERSION:-2.11.2}
|
||||
VERSION=${VERSION:-2.11.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Jinja2"
|
||||
VERSION="2.11.2"
|
||||
VERSION="2.11.3"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/Jinja2"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-2.11.2.tar.gz"
|
||||
MD5SUM="0362203b22547abca06ed1082bc1e7b4"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-2.11.3.tar.gz"
|
||||
MD5SUM="231dc00d34afb2672c497713fa9cdaaa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="MarkupSafe"
|
||||
|
|
Loading…
Reference in New Issue