diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-10 14:54:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:54 +0700 |
commit | 055b3223ffa9fcdb5d98ae7c064e4b38cd77e8c6 (patch) | |
tree | dced28e1ce7966d29c684f30c079a5331f7c1827 /python/turses/turses.SlackBuild | |
parent | 59db74dcd4c6eff27a42b71d596662f52c3fa8d4 (diff) | |
download | slackbuilds-055b3223ffa9fcdb5d98ae7c064e4b38cd77e8c6.tar.gz |
python/turses: Updated for version 20150102_4d7fb2a.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/turses/turses.SlackBuild')
-rw-r--r-- | python/turses/turses.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/turses/turses.SlackBuild b/python/turses/turses.SlackBuild index d3868d4e48..5398ecb916 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, 2013 +# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # 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:-20131105_7dfaef6} +VERSION=${VERSION:-20150102_4d7fb2a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |