diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-06 06:03:45 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 22:09:57 +0700 |
commit | c225d48647ab29b921e847ab82455194c0dfe3b5 (patch) | |
tree | bac88c8861c94ed7d3269ce6b8cd7312ffb10537 /python/colored | |
parent | e5a7a94647de54e7eb767a6e1924fee061edc5ce (diff) | |
download | slackbuilds-c225d48647ab29b921e847ab82455194c0dfe3b5.tar.gz |
python/colored: Updated for version 1.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/colored')
-rw-r--r-- | python/colored/colored.SlackBuild | 6 | ||||
-rw-r--r-- | python/colored/colored.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild index 5361e74e68..1d084acdef 100644 --- a/python/colored/colored.SlackBuild +++ b/python/colored/colored.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for colored -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 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=colored -VERSION=${VERSION:-1.1.5} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/colored/colored.info b/python/colored/colored.info index 68e22d4651..44a2e8da08 100644 --- a/python/colored/colored.info +++ b/python/colored/colored.info @@ -1,8 +1,8 @@ PRGNAM="colored" -VERSION="1.1.5" +VERSION="1.2.1" HOMEPAGE="https://github.com/dslackw/colored" -DOWNLOAD="https://github.com/dslackw/colored/archive/v1.1.5.tar.gz" -MD5SUM="9ebef57c7fac465c30a2f0a3e1c93d11" +DOWNLOAD="https://pypi.python.org/packages/source/c/colored/colored-1.2.1.tar.gz" +MD5SUM="9b0c7b5bb405e3f955fcc3223e9d24d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |