summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornepda2019-12-04 14:14:57 +0100
committernepda2019-12-04 14:14:57 +0100
commit7d814448681b3e32a492d668626a3902971746f2 (patch)
tree26605a707719d79fa336d2a6d8214091e1f98d06
parentb32067ecb4672669668385dc4961d1e709ce7803 (diff)
downloadaur-7d814448681b3e32a492d668626a3902971746f2.tar.gz
Update to PHP 7.4.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3977f75b7a42..dfab9e2a0562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-pdo-firebird
pkgdesc = Firebird PHP PDO extension
- pkgver = 7.3.4
+ pkgver = 7.4.0
pkgrel = 1
url = http://www.php.net
arch = i686
@@ -8,9 +8,9 @@ pkgbase = php-pdo-firebird
license = PHP
depends = php
depends = libfbclient
- source = http://www.php.net/distributions/php-7.3.4.tar.bz2
+ source = http://www.php.net/distributions/php-7.4.0.tar.bz2
source = pdo_firebird.ini
- md5sums = efb58aea95a66738d871f83ec55fec6f
+ md5sums = 366b172daecb6a08c89ee014c75d3e72
md5sums = 4a23b02aaa079d4419dad09b41b1f3a2
pkgname = php-pdo-firebird
diff --git a/PKGBUILD b/PKGBUILD
index bebd8673ee89..5414d668da95 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-pdo-firebird"
-pkgver=7.3.4
+pkgver=7.4.0
pkgrel=1
pkgdesc="Firebird PHP PDO extension"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("PHP")
depends=("php" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"pdo_firebird.ini")
-md5sums=("efb58aea95a66738d871f83ec55fec6f"
+md5sums=("366b172daecb6a08c89ee014c75d3e72"
"4a23b02aaa079d4419dad09b41b1f3a2")
build() {