summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2015-11-04 12:22:51 +0100
committerNepomuk Fraedrich2015-11-04 12:22:51 +0100
commit23a42deafd72e1d9773ff545fb2d20cf79a468e7 (patch)
treeea4be8c24e05785b5634b5e64f9a52cf899c2626 /PKGBUILD
parentff598520fcb865e9c77bf6d4ac7fea675730cc26 (diff)
downloadaur-23a42deafd72e1d9773ff545fb2d20cf79a468e7.tar.gz
Updated to PHP 5.6.15
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3b99dda558c..e9ce9afee3b5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-pdo-firebird"
-pkgver=5.6.12
+pkgver=5.6.15
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=("4578dee9d979114610a444bee263ed9b"
+md5sums=("bdfa8fb1b895a25e1cc05c162f9ae5fc"
"4a23b02aaa079d4419dad09b41b1f3a2")
build() {