summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2016-02-04 15:09:24 +0100
committerNepomuk Fraedrich2016-02-04 15:09:24 +0100
commit94ae85f9c03202bbdd34175d08e2bc6a839a1e0f (patch)
tree3f120c53e28d526e0a9e8425c66e83106b0867e8 /PKGBUILD
parent7195184755ff70a44b5f90c6d36106d797fd88a2 (diff)
downloadaur-94ae85f9c03202bbdd34175d08e2bc6a839a1e0f.tar.gz
Update to PHP 7.0.3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1acc4c2e8586..822973d2d81b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-pdo-firebird"
-pkgver=7.0.2
+pkgver=7.0.3
pkgrel=1
pkgdesc="Firebird PHP PDO extension"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("PHP")
depends=("php" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"pdo_firebird.ini")
-md5sums=("8c71b2ffd29311e4b7ac7788bd107554"
+md5sums=("702e9b8e2cb704fdd50137e39f53f50b"
"4a23b02aaa079d4419dad09b41b1f3a2")
build() {