diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-07 12:06:28 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:19 -0600 |
commit | 130baf51724ceb41b6c9242d457d4f2660cbe2ad (patch) | |
tree | 64f36f7c0b6fea19dd150a8cf10112e4348ed714 /python/turses | |
parent | 6a7364b8eaa6a852f543520334c1e07c1fc50477 (diff) |
python/turses: Updated for version 20131105_7dfaef6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/turses')
-rw-r--r-- | python/turses/turses.SlackBuild | 6 | ||||
-rw-r--r-- | python/turses/turses.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/turses/turses.SlackBuild b/python/turses/turses.SlackBuild index 51971e11418f..efe23b2f39af 100644 --- a/python/turses/turses.SlackBuild +++ b/python/turses/turses.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for turses -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012 +# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=turses -VERSION=${VERSION:-0.2.7} +VERSION=${VERSION:-20131105_7dfaef6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/python/turses/turses.info b/python/turses/turses.info index 2ac8adf24ffa..b26eca8edb0c 100644 --- a/python/turses/turses.info +++ b/python/turses/turses.info @@ -1,8 +1,8 @@ PRGNAM="turses" -VERSION="0.2.7" +VERSION="20131105_7dfaef6" HOMEPAGE="https://github.com/alejandrogomez/turses" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/turses-0.2.7.tar.xz" -MD5SUM="ef07ccdf9f5ea8c54747787c352aeff5" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/turses-20131105_7dfaef6.tar.xz" +MD5SUM="6aa39f3d6e67bb17a91cc2ec169c7b3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="httplib2 python-oauth2 tweepy" |