summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2016-02-01 11:13:27 +0100
committerNepomuk Fraedrich2016-02-01 11:13:27 +0100
commit8686f972b019bf3757e2b79e99f218eb1a276893 (patch)
tree4acb11b11f2a7f8d58c3c4b3206cb28b50674766 /PKGBUILD
parent715a6a0c4a848de00c3d18fb5321a1b2e02218f5 (diff)
downloadaur-8686f972b019bf3757e2b79e99f218eb1a276893.tar.gz
Updated to PHP 7.0.2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6412a8b3290c..1ca47ddab9cf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=5.6.16
+pkgver=7.0.2
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=("765b164b89af1f03ae2fdf39a4e4e1df"
+md5sums=("8c71b2ffd29311e4b7ac7788bd107554"
"1294b282b70e9c1bf4f267b74f491baa")
build() {