python/bleach: Updated for version 3.1.1.

This commit is contained in:
Benjamin Trigona-Harany 2020-02-24 10:37:12 -08:00 committed by Willy Sudiarto Raharjo
parent 020f331e5d
commit 059f877906
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="3.1.0"
VERSION="3.1.1"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.0.tar.gz"
MD5SUM="fc8df989e0200a45f7a3a95ef9ee9854"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.1.tar.gz"
MD5SUM="8a5e3494f8d9291694c9f076effdae28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings python3-six six"