python/bleach: Updated for version 2.1.3.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-03-07 22:09:48 -08:00 committed by Willy Sudiarto Raharjo
parent b389c76742
commit d9e6297777
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for bleach
# Copyright 2.1.27 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017 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.2}
VERSION=${VERSION:-2.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="2.1.2"
VERSION="2.1.3"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.2.tar.gz"
MD5SUM="d0b14ae43a437ee0c650e04c6063eedd"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.3.tar.gz"
MD5SUM="47fb1e6a6fd82ca84c0e9fd1023321e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="html5lib six"