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 | |
parent | a6c9ceeb80fa3273bb60927b3ef10c2b68721bb1 (diff) | |
download | slackbuilds-ea368952d46189bede7f01fc63c5c0d036c79753.tar.gz |
python/bleach: Updated for version 2.1.4.
Diffstat (limited to 'python/bleach')
-rw-r--r-- | python/bleach/bleach.SlackBuild | 4 | ||||
-rw-r--r-- | python/bleach/bleach.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info index 64d5003a29..cc7e86c209 100644 --- a/python/bleach/bleach.info +++ b/python/bleach/bleach.info @@ -1,8 +1,8 @@ PRGNAM="bleach" -VERSION="2.1.3" +VERSION="2.1.4" HOMEPAGE="https://github.com/mozilla/bleach" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.3.tar.gz" -MD5SUM="47fb1e6a6fd82ca84c0e9fd1023321e6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.4.tar.gz" +MD5SUM="56a02933ec72d270cb00c312158e5765" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="html5lib six" |