diff options
Diffstat (limited to 'python/python-faulthandler/python-faulthandler.SlackBuild')
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 4e8a77aa3e22f..c1b01aebecd79 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -2,7 +2,8 @@ # # Slackware build script for python-faulthandler. # -# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2017-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2020 Nick Smallbone, Gothenburg, Sweden. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-faulthandler -VERSION=${VERSION:-3.1} +VERSION=${VERSION:-3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |