summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2019-12-04 14:14:32 +0100
committernepda2019-12-04 14:14:32 +0100
commitb8b27beda736a59530dbd7e7b27033c33f9673fd (patch)
tree031cacb06cbde50aca9eda08bffccdd2c58d3670 /PKGBUILD
parent82e70ffca8f2062fa751162bb12fdf11b4e30f36 (diff)
downloadaur-b8b27beda736a59530dbd7e7b27033c33f9673fd.tar.gz
Update to PHP 7.4.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd540e061a00..b2306f75ce7e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.4.1
+pkgver=7.4.0
pkgrel=1
pkgdesc="Interbase PHP extension"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("PHP")
depends=("php" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"interbase.ini")
-md5sums=(""
+md5sums=("366b172daecb6a08c89ee014c75d3e72"
"1294b282b70e9c1bf4f267b74f491baa")
build() {