summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-10-03 20:40:19 +0200
committer Willy Sudiarto Raharjo2017-10-07 02:02:04 +0200
commit3a4e8d8ee9235c1af9a8be531f30d1782a5916f7 (patch)
tree1e1cf2fb7d76332f67bf618bbd954eef34ac589c
parent480e48c26009873062c6f54f98dafacd2a461102 (diff)
downloadslackbuilds-3a4e8d8ee9235c1af9a8be531f30d1782a5916f7.tar.gz
python/bleach: Updated for version 2.1.1.
-rw-r--r--python/bleach/bleach.SlackBuild4
-rw-r--r--python/bleach/bleach.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild
index 6fa5ee9507..e0e21fcae9 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 2.1.17 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}
+VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index 05e789db3b..c3bd91d787 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="2.1"
+VERSION="2.1.1"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.tar.gz"
-MD5SUM="24fc7eda5c79a8e12e7b7bb056e2d2eb"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.1.tar.gz"
+MD5SUM="7c5dfb1d66ea979b5a465afb12c82ec4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="html5lib six"