python/bleach: Updated for version 2.1.4.

This commit is contained in:
Benjamin Trigona-Harany 2018-08-17 15:25:02 -07:00
parent a6c9ceeb80
commit ea368952d4
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"