summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2018-01-05 11:45:29 +0100
committerNepomuk Fraedrich2018-01-05 11:45:29 +0100
commit98f6b02af76d14f6ee179aa81b7a004a7ae4fd7d (patch)
tree0ed69b19512b6ce5d56e7c44a0e61fa0fbe81135 /PKGBUILD
parent3668bce07378723d7c1520fb199eed44b15f54a7 (diff)
downloadaur-98f6b02af76d14f6ee179aa81b7a004a7ae4fd7d.tar.gz
Update to PHP 7.2.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2687ea832cf..282f8c94e27e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.0.14
+pkgver=7.2.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=("903ff1fd199201d7e69dc0963797072b"
+md5sums=("8070b66fd4569f4edf03478cf848f97d"
"1294b282b70e9c1bf4f267b74f491baa")
build() {