summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2018-01-08 10:30:32 +0100
committerNepomuk Fraedrich2018-01-08 10:30:32 +0100
commitee3c2f0baa3bba54e27e9b448bb3d57fc0b53672 (patch)
treeb817b4fa6bee9365e4e13be37fc3eec769979bd9 /PKGBUILD
parent98f6b02af76d14f6ee179aa81b7a004a7ae4fd7d (diff)
downloadaur-ee3c2f0baa3bba54e27e9b448bb3d57fc0b53672.tar.gz
Update to PHP 7.2.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 282f8c94e27e..0eb617499481 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.2.0
+pkgver=7.2.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=("8070b66fd4569f4edf03478cf848f97d"
+md5sums=("8a32ec1bb2be9ea098318ba1abd0a9bf"
"1294b282b70e9c1bf4f267b74f491baa")
build() {