mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/bleach: updated for version 5.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3295c91591
commit
8dcce3a5fa
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bleach
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bleach"
|
||||
VERSION="4.1.0"
|
||||
VERSION="5.0.0"
|
||||
HOMEPAGE="https://github.com/mozilla/bleach"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-4.1.0.tar.gz"
|
||||
MD5SUM="41e70ac58aa7bc5ff96c8fef24b9d659"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-5.0.0.tar.gz"
|
||||
MD5SUM="97322e672e4b285e6354c40d07166fc4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-webencodings"
|
||||
|
|
Loading…
Reference in a new issue