diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-12 13:59:17 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 09:51:05 +0700 |
commit | 356827a40e72fcba20c41c6f482645cc6354f03a (patch) | |
tree | ff4b8b68f61462727c210a85c582026161dc12ee /python/python-zipp/python-zipp.SlackBuild | |
parent | 484997e7b59aa68532d60101a6fb6737061083d7 (diff) |
python/python-zipp: Updated for version 2.2.0.
Diffstat (limited to 'python/python-zipp/python-zipp.SlackBuild')
-rw-r--r-- | python/python-zipp/python-zipp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-zipp/python-zipp.SlackBuild b/python/python-zipp/python-zipp.SlackBuild index e7c5aef638..79c3e5f2ac 100644 --- a/python/python-zipp/python-zipp.SlackBuild +++ b/python/python-zipp/python-zipp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-zipp -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-zipp -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |