mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/php-pgsql: Updated for version 5.6.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
acb8028f8a
commit
481614e6f4
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=php
|
||||
PRGNAM=php-pgsql
|
||||
VERSION=${VERSION:-5.6.22}
|
||||
VERSION=${VERSION:-5.6.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="php-pgsql"
|
||||
VERSION="5.6.22"
|
||||
VERSION="5.6.24"
|
||||
HOMEPAGE="http://php.net/manual/en/book.pgsql.php"
|
||||
DOWNLOAD="https://secure.php.net/distributions/php-5.6.22.tar.xz"
|
||||
MD5SUM="19a5bcbddc105dfb29482ab779fcc795"
|
||||
DOWNLOAD="https://secure.php.net/distributions/php-5.6.24.tar.xz"
|
||||
MD5SUM="3ef6e3573698b9b444be88edd3b23494"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue