diff options
author | Nick Smallbone <nick@smallbone.se> | 2020-03-14 06:28:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 06:28:33 +0700 |
commit | 298051ad05c63a769edee3d8ac680f87afb749e1 (patch) | |
tree | 0d093ea6a8407f20af4f405321b8236768ec713f /python/python-faulthandler/python-faulthandler.SlackBuild | |
parent | 89c7353cd308029dfcc2f1539485bd8cb6980b26 (diff) |
python/python-faulthandler: Updated for version 3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |