summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2019-01-11 16:49:53 +0100
committernepda2019-01-11 16:49:53 +0100
commit9bdb794e6f5be7991937a1cd0969030f8c919fc0 (patch)
tree27be264601b11996f747b0dc6b783fd7b39bcab6 /PKGBUILD
parentee3c2f0baa3bba54e27e9b448bb3d57fc0b53672 (diff)
downloadaur-9bdb794e6f5be7991937a1cd0969030f8c919fc0.tar.gz
Update to PHP 7.3.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eb617499481..c6b65d6ea194 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.2.1
+pkgver=7.3.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=("8a32ec1bb2be9ea098318ba1abd0a9bf"
+md5sums=("6259621303e378788e365feff4a262e6"
"1294b282b70e9c1bf4f267b74f491baa")
build() {