diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-09-29 05:48:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:21 +0700 |
commit | 7bdcf346f83a71ad43474e2a1f8ded3832b070d3 (patch) | |
tree | b75dacfca6bcdca9e13d1970c60c18e9515d261d /python/bleach | |
parent | e5830f48502efe1c14b3b791b0afea97bcc55dce (diff) |
python/bleach: Updated for version 2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/bleach')
-rw-r--r-- | python/bleach/bleach.SlackBuild | 2 | ||||
-rw-r--r-- | python/bleach/bleach.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild index 7e1a5cdaaa62..6fa5ee9507cf 100644 --- a/python/bleach/bleach.SlackBuild +++ b/python/bleach/bleach.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleach -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info index f8ef9bc25c25..05e789db3b97 100644 --- a/python/bleach/bleach.info +++ b/python/bleach/bleach.info @@ -1,8 +1,8 @@ PRGNAM="bleach" -VERSION="2.0.0" +VERSION="2.1" HOMEPAGE="https://github.com/mozilla/bleach" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.0.0.tar.gz" -MD5SUM="a263ed1c7b16ea10d3b20278852b65d7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.tar.gz" +MD5SUM="24fc7eda5c79a8e12e7b7bb056e2d2eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="html5lib six" |