development/psycopg2: Updated for version 2.7.7.

This commit is contained in:
Benjamin Trigona-Harany 2019-01-25 09:48:31 -08:00 committed by Willy Sudiarto Raharjo
parent 560da75333
commit 24b8ad6e63
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for psycopg2
# Copyright (c) 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright (c) 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright (c) 2007 Daniel de Kok <moc.mikciat@leinad>
# Copyright (c) 2010-2011, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk>
# All rights reserved.
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psycopg2
VERSION=${VERSION:-2.7.6.1}
VERSION=${VERSION:-2.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="psycopg2"
VERSION="2.7.6.1"
VERSION="2.7.7"
HOMEPAGE="http://initd.org/psycopg/"
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.6.1.tar.gz"
MD5SUM="4e353b92f35ef597e14868d8a47a2df9"
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.7.tar.gz"
MD5SUM="598e2f43c1b26361ae2d3a3254dae414"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql python3"