diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2011-10-21 13:36:00 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-21 15:59:21 -0200 |
commit | af348d087fe2bbc34592caf807982b6d4f8948a2 (patch) | |
tree | a0bf08e00861c9b20e2f01bdbec55a0ccedfb8c3 /development/psycopg2/psycopg2.SlackBuild | |
parent | e83e4a70fb8b306992b92378461be5bedd382dea (diff) | |
download | slackbuilds-af348d087fe2bbc34592caf807982b6d4f8948a2.tar.gz |
development/psycopg2: Updated for version 2.4.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/psycopg2/psycopg2.SlackBuild')
-rw-r--r-- | development/psycopg2/psycopg2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/psycopg2/psycopg2.SlackBuild b/development/psycopg2/psycopg2.SlackBuild index c75fff9d34..a27dea7b57 100644 --- a/development/psycopg2/psycopg2.SlackBuild +++ b/development/psycopg2/psycopg2.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for psycopg2 # Copyright (c) 2007 Daniel de Kok <moc.mikciat@leinad> -# Copyright (c) 2010 Carlos Corbacho <carlos@strangeworlds.co.uk> +# Copyright (c) 2010-2011 Carlos Corbacho <carlos@strangeworlds.co.uk> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psycopg2 -VERSION=${VERSION:-2.2.2} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |