diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-18 07:22:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:09 +0700 |
commit | 1ec3cb744c8e17ac055237bd994ba74b7290d278 (patch) | |
tree | 8b6affdb63a66e9dd3b391aa291d104f0ba49b9d /python/bleach | |
parent | 03f849920f9496126c592086782f3fe51c53d4e5 (diff) | |
download | slackbuilds-1ec3cb744c8e17ac055237bd994ba74b7290d278.tar.gz |
python/bleach: Updated for version 3.0.2.
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 3ec0199390..04a032892d 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:-3.0.1} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info index cdcefe1b7d..2ef523f0e3 100644 --- a/python/bleach/bleach.info +++ b/python/bleach/bleach.info @@ -1,8 +1,8 @@ PRGNAM="bleach" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="https://github.com/mozilla/bleach" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.1.tar.gz" -MD5SUM="97b9ffb97aaab834ba98e977c733fb9a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.2.tar.gz" +MD5SUM="f042c4e8a953824dc8511f535daa20a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-webencodings python3-six six" |