diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-24 10:37:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-29 07:45:16 +0700 |
commit | 059f877906547fdaebd51138412c6711c9dfd3dd (patch) | |
tree | b7897f376b0687f73c7a493fb469435e557c605a /python/bleach/bleach.SlackBuild | |
parent | 020f331e5dd61b1695a239071c655994e0458fea (diff) |
python/bleach: Updated for version 3.1.1.
Diffstat (limited to 'python/bleach/bleach.SlackBuild')
-rw-r--r-- | python/bleach/bleach.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild index 9744e306a1c77..d2105b3911871 100644 --- a/python/bleach/bleach.SlackBuild +++ b/python/bleach/bleach.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bleach -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-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=bleach -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |