diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-04 23:45:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:51 +0700 |
commit | 0c3637c25f4c4ab2a68689d93415c39494086265 (patch) | |
tree | 93a2da0d1ef803e3c1bdec87ae75d68d9456875c | |
parent | acc079538696799f30c074b18b83afb586e743af (diff) | |
download | slackbuilds-0c3637c25f4c4ab2a68689d93415c39494086265.tar.gz |
python/Pygments: Updated for version 2.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/Pygments/Pygments.SlackBuild | 4 | ||||
-rw-r--r-- | python/Pygments/Pygments.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/Pygments/Pygments.SlackBuild b/python/Pygments/Pygments.SlackBuild index 6d8e73aab7..86ad345b0e 100644 --- a/python/Pygments/Pygments.SlackBuild +++ b/python/Pygments/Pygments.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Grissiom <chaos.proton@gmail.com> # Copyright 2009-2015 LukenShiro, Italy -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Pygments -VERSION=${VERSION:-2.7.2} +VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/Pygments/Pygments.info b/python/Pygments/Pygments.info index c0b5c9ab81..0db6100174 100644 --- a/python/Pygments/Pygments.info +++ b/python/Pygments/Pygments.info @@ -1,8 +1,8 @@ PRGNAM="Pygments" -VERSION="2.7.2" +VERSION="2.8.1" HOMEPAGE="https://pygments.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-2.7.2.tar.gz" -MD5SUM="cc5a6c0f34a958f879852d957a417742" +DOWNLOAD="https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-2.8.1.tar.gz" +MD5SUM="54b958b3eb6a59e778396eccc7158fff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |