summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2017-06-03 16:22:14 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:53 +0200
commit679770f5361c8bf40b76114ca2f45802e2b1989a (patch)
treedf45b125ed4e9948acc12875cbe667730ce0b49a
parentaccec7724c425e35eba45bc3d0723155628461a1 (diff)
downloadslackbuilds-679770f5361c8bf40b76114ca2f45802e2b1989a.tar.gz
libraries/php-pgsql: Updated for version 5.6.30.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-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 35322fb907..d9db0ad0d4 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-2016 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2012-2017 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.6.24}
+VERSION=${VERSION:-5.6.30}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/php-pgsql/php-pgsql.info b/libraries/php-pgsql/php-pgsql.info
index a61f658367..b01ec74990 100644
--- a/libraries/php-pgsql/php-pgsql.info
+++ b/libraries/php-pgsql/php-pgsql.info
@@ -1,8 +1,8 @@
PRGNAM="php-pgsql"
-VERSION="5.6.24"
+VERSION="5.6.30"
HOMEPAGE="http://php.net/manual/en/book.pgsql.php"
-DOWNLOAD="https://secure.php.net/distributions/php-5.6.24.tar.xz"
-MD5SUM="3ef6e3573698b9b444be88edd3b23494"
+DOWNLOAD="https://secure.php.net/distributions/php-5.6.30.tar.xz"
+MD5SUM="68753955a8964ae49064c6424f81eb3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"