mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/bleach: Updated for version 3.0.2.
This commit is contained in:
parent
03f849920f
commit
1ec3cb744c
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bleach
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bleach"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.0.2"
|
||||
HOMEPAGE="https://github.com/mozilla/bleach"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.1.tar.gz"
|
||||
MD5SUM="97b9ffb97aaab834ba98e977c733fb9a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.2.tar.gz"
|
||||
MD5SUM="f042c4e8a953824dc8511f535daa20a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-webencodings python3-six six"
|
||||
|
|
Loading…
Reference in a new issue