From 7b4f2f7fefcf92f7892b1d8c1501df75129d5989 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Wed, 3 Oct 2012 10:10:48 +0200 Subject: [PATCH] l/psycopg2: Upgraded to psycopg2-2.4.5. --- l/psycopg2/psycopg2-2.4.5.tar.gz.sha1 | 1 + l/psycopg2/psycopg2-2.4.tar.gz.sha1 | 1 - l/psycopg2/psycopg2.SlackBuild | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 l/psycopg2/psycopg2-2.4.5.tar.gz.sha1 delete mode 100644 l/psycopg2/psycopg2-2.4.tar.gz.sha1 diff --git a/l/psycopg2/psycopg2-2.4.5.tar.gz.sha1 b/l/psycopg2/psycopg2-2.4.5.tar.gz.sha1 new file mode 100644 index 00000000..bc881ae0 --- /dev/null +++ b/l/psycopg2/psycopg2-2.4.5.tar.gz.sha1 @@ -0,0 +1 @@ +848b2130d948376e1b962faf72f3a2c93dfb5599 psycopg2-2.4.5.tar.gz diff --git a/l/psycopg2/psycopg2-2.4.tar.gz.sha1 b/l/psycopg2/psycopg2-2.4.tar.gz.sha1 deleted file mode 100644 index e110a605..00000000 --- a/l/psycopg2/psycopg2-2.4.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -e5e85f2bc58baf09a0a60ab254644064f6b15a4b psycopg2-2.4.tar.gz diff --git a/l/psycopg2/psycopg2.SlackBuild b/l/psycopg2/psycopg2.SlackBuild index 086bc839..4ed33a92 100755 --- a/l/psycopg2/psycopg2.SlackBuild +++ b/l/psycopg2/psycopg2.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2010,2011 Damien Goutte-Gattat +# Copyright (C) 2009,2010,2011,2012 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ # Source package infos NAMESRC=${NAMESRC:-psycopg2} -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-2.4.5} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-4/$ARCHIVE}