diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-13 09:35:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:17 +0700 |
commit | ef9a80196ce76f5a435211f21ed372db62fa706e (patch) | |
tree | 7657bbaf6a1171f5c7ef9bead100122cf069af91 /python/python3-Pygments/python3-Pygments.SlackBuild | |
parent | 4e5c7967f27eaf6aeb562643fc4b7b368e87a2c1 (diff) |
python/python3-Pygments: Updated for version 2.4.0.
Diffstat (limited to 'python/python3-Pygments/python3-Pygments.SlackBuild')
-rw-r--r-- | python/python3-Pygments/python3-Pygments.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-Pygments/python3-Pygments.SlackBuild b/python/python3-Pygments/python3-Pygments.SlackBuild index 48ece373dc..4ca1048eb4 100644 --- a/python/python3-Pygments/python3-Pygments.SlackBuild +++ b/python/python3-Pygments/python3-Pygments.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Grissiom <chaos.proton@gmail.com> # Copyright 2009-2015 LukenShiro, Italy -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ SRCNAM=Pygments PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |