summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNepomuk Fraedrich2015-08-09 12:28:29 +0200
committerNepomuk Fraedrich2015-08-09 12:28:29 +0200
commit514669f7caac24fe54a70b6e7dc04c2567272d55 (patch)
treee12e0a571f7929479b547248ae66904e78e4b3db /PKGBUILD
parent9bc2bcb127bbf13df1b53d3048343f4701c674ca (diff)
downloadaur-514669f7caac24fe54a70b6e7dc04c2567272d55.tar.gz
Updated to PHP 5.6.12
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67cd89e9aa3d..e6b82b014e01 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=5.6.11
+pkgver=5.6.12
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=("a0c842c1d30fedbe972e1556ae9cee27"
+md5sums=("4578dee9d979114610a444bee263ed9b"
"1294b282b70e9c1bf4f267b74f491baa")
build() {