mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/psycopg2: Updated for version 2.7.7.
This commit is contained in:
parent
560da75333
commit
24b8ad6e63
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue