python/colorama: Updated for version 0.3.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1580a6a6d8
commit
a25ad446ef
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for colorama
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=colorama
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
VERSION=${VERSION:-0.3.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="colorama"
|
||||
VERSION="0.3.7"
|
||||
VERSION="0.3.9"
|
||||
HOMEPAGE="https://github.com/tartley/colorama"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/colorama/colorama-0.3.7.tar.gz"
|
||||
MD5SUM="349d2b02618d3d39e5c6aede36fe3c1a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e6/76/257b53926889e2835355d74fec73d82662100135293e17d382e2b74d1669/colorama-0.3.9.tar.gz"
|
||||
MD5SUM="3a0e415259690f4dd7455c2683ee5850"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue