mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/bleach: Updated for version 2.1.4.
This commit is contained in:
parent
a6c9ceeb80
commit
ea368952d4
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue