summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2016-03-03 09:11:03 +0100
committerNepomuk Fraedrich2016-03-03 09:11:03 +0100
commit6f6dbe30104c2c281ef9cc8a092282bf4f657df6 (patch)
tree71986c0d6fe3c7d16cc3f4ccaf5a503edac3d895 /PKGBUILD
parent7f35784fdd64feba4650a0b6eb3eece674bf49c2 (diff)
downloadaur-6f6dbe30104c2c281ef9cc8a092282bf4f657df6.tar.gz
Update to PHP 7.0.4
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c15bec2bbbf..89441090ca86 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.0.3
+pkgver=7.0.4
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=("702e9b8e2cb704fdd50137e39f53f50b"
+md5sums=("0171201350941327399a5c3e678a86e5"
"1294b282b70e9c1bf4f267b74f491baa")
build() {