python/colored: Updated for version 1.1.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-07-24 16:15:11 +07:00 committed by Willy Sudiarto Raharjo
parent 59d5d43db9
commit 9a6e986b89
3 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,4 @@
Very simple Python library for color and formatting in terminal.
Support Python 2 and 3.
Collection of color codes and names for 256 color terminal setups.
The following is a list of 256 colors for Xterm, containing an
example of the displayed color, Xterm Name, Xterm Number and HEX.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=colored
VERSION=${VERSION:-1.0.6}
VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="colored"
VERSION="1.0.6"
VERSION="1.1.3"
HOMEPAGE="https://github.com/dslackw/colored"
DOWNLOAD="https://github.com/dslackw/colored/archive/v1.0.6.tar.gz"
MD5SUM="3b712a4efc38b9d758967805eff82828"
DOWNLOAD="https://github.com/dslackw/colored/archive/v1.1.3.tar.gz"
MD5SUM="398951bf9647e8f831d29fec445fd105"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""