mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/bleach: Updated for version 2.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
cdddfee49e
commit
9607ca280a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bleach
|
# Slackware build script for bleach
|
||||||
|
|
||||||
# Copyright 2.1.17 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2.1.27 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bleach
|
PRGNAM=bleach
|
||||||
VERSION=${VERSION:-2.1.1}
|
VERSION=${VERSION:-2.1.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bleach"
|
PRGNAM="bleach"
|
||||||
VERSION="2.1.1"
|
VERSION="2.1.2"
|
||||||
HOMEPAGE="https://github.com/mozilla/bleach"
|
HOMEPAGE="https://github.com/mozilla/bleach"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.1.2.tar.gz"
|
||||||
MD5SUM="7c5dfb1d66ea979b5a465afb12c82ec4"
|
MD5SUM="d0b14ae43a437ee0c650e04c6063eedd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="html5lib six"
|
REQUIRES="html5lib six"
|
||||||
|
|
Loading…
Reference in a new issue