summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2019-12-04 14:14:08 +0100
committernepda2019-12-04 14:14:08 +0100
commit82e70ffca8f2062fa751162bb12fdf11b4e30f36 (patch)
treef89b69dbddf1ebcd443c66361f1e6158674d4365 /PKGBUILD
parent56d617e58505583519d9f8c91019350a1cebed11 (diff)
downloadaur-82e70ffca8f2062fa751162bb12fdf11b4e30f36.tar.gz
Update to PHP 7.4.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ca202bfd735..fd540e061a00 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.3.4
+pkgver=7.4.1
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=("efb58aea95a66738d871f83ec55fec6f"
+md5sums=(""
"1294b282b70e9c1bf4f267b74f491baa")
build() {