diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-17 15:25:02 -0700 |
---|---|---|
committer | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-17 15:25:02 -0700 |
commit | ea368952d46189bede7f01fc63c5c0d036c79753 (patch) | |
tree | b8c117cc22b48854940228a308407bb53480453c /python/bleach/bleach.SlackBuild | |
parent | a6c9ceeb80fa3273bb60927b3ef10c2b68721bb1 (diff) | |
download | slackbuilds-ea368952d46189bede7f01fc63c5c0d036c79753.tar.gz |
python/bleach: Updated for version 2.1.4.
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 f676281c34..e7b12dee42 100644 --- a/python/bleach/bleach.SlackBuild +++ b/python/bleach/bleach.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bleach -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 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:-2.1.3} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |