mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/php-pdo_dblib: Updated for version 7.4.27.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
043cd26d63
commit
b7a248b6c7
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=php-pdo_dblib
|
||||
VERSION=${VERSION:-5.6.24}
|
||||
VERSION=${VERSION:-7.4.27}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="php-pdo_dblib"
|
||||
VERSION="5.6.24"
|
||||
VERSION="7.4.27"
|
||||
HOMEPAGE="http://php.net/manual/en/ref.pdo-dblib.php"
|
||||
DOWNLOAD="https://secure.php.net/distributions/php-5.6.24.tar.xz"
|
||||
MD5SUM="3ef6e3573698b9b444be88edd3b23494"
|
||||
DOWNLOAD="https://secure.php.net/distributions/php-7.4.27.tar.xz"
|
||||
MD5SUM="e3919385b5813ddf0b77759fac69ff4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="freetds"
|
||||
|
|
Loading…
Reference in a new issue