libraries/php-pgsql: Updated for version 5.6.11.

Fixes build failure on -current (php-5.6.11).

Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-09 00:31:03 +07:00 committed by Willy Sudiarto Raharjo
parent 472143c71c
commit 66cd146914
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for php-pgsql
# Copyright 2012 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=php
PRGNAM=php-pgsql
VERSION=${VERSION:-5.4.45}
VERSION=${VERSION:-5.6.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="php-pgsql"
VERSION="5.4.45"
VERSION="5.6.11"
HOMEPAGE="http://php.net/manual/en/book.pgsql.php"
DOWNLOAD="https://php.net/distributions/php-5.4.45.tar.bz2"
MD5SUM="185f67f1ca652b18bc0cca9d7edbde7c"
DOWNLOAD="https://php.net/distributions/php-5.6.11.tar.bz2"
MD5SUM="a0c842c1d30fedbe972e1556ae9cee27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"