summaryrefslogtreecommitdiffstats
path: root/libraries/php-pgsql
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-01-09 00:31:03 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit66cd146914da06cae02afe5a4b0b4bb8762efef0 (patch)
treebe56c5daba67a51aaf52184b930f9af17ec8c901 /libraries/php-pgsql
parent472143c71c7aa2e0a5a0d1c3500093a04c157c24 (diff)
downloadslackbuilds-66cd146914da06cae02afe5a4b0b4bb8762efef0.tar.gz
slackbuilds-66cd146914da06cae02afe5a4b0b4bb8762efef0.tar.xz
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>
Diffstat (limited to 'libraries/php-pgsql')
-rw-r--r--libraries/php-pgsql/php-pgsql.SlackBuild4
-rw-r--r--libraries/php-pgsql/php-pgsql.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/php-pgsql/php-pgsql.SlackBuild b/libraries/php-pgsql/php-pgsql.SlackBuild
index 2b1779af11..6a17aff385 100644
--- a/libraries/php-pgsql/php-pgsql.SlackBuild
+++ b/libraries/php-pgsql/php-pgsql.SlackBuild
@@ -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}
diff --git a/libraries/php-pgsql/php-pgsql.info b/libraries/php-pgsql/php-pgsql.info
index 8fab0a2840..9cf67cadb2 100644
--- a/libraries/php-pgsql/php-pgsql.info
+++ b/libraries/php-pgsql/php-pgsql.info
@@ -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"