summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kopecny2017-04-26 07:55:23 +0200
committerTomas Kopecny2017-04-26 07:55:23 +0200
commitbe48f537744dfa17b4dbf067b0ed1fa44b8c268e (patch)
tree1d22d3d0b33a93ab88d7feb46e4aa2da53ac7ebb
parent072c1db4fc3777256824430a5280959f83560c10 (diff)
downloadaur-be48f537744dfa17b4dbf067b0ed1fa44b8c268e.tar.gz
Updated to version 2.0.12-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 747ea8b889e8..f971e906c025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=php56-oci8
_extname=oci8
-pkgver=2.0.10
+pkgver=2.0.12
pkgrel=1
pkgdesc="PHP extension for OCI8"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('PHP')
depends=('php56' 'oracle-instantclient-sdk')
backup=("etc/php56/conf.d/${_extname}.ini")
source=("http://pecl.php.net/get/${_extname}-${pkgver}.tgz")
-md5sums=('57b493709b177f475eec19d80d6b47cc')
+md5sums=('1f189ebda749b403bc53c0bd0ddaf2c1')
build() {
cd "${_extname}-${pkgver}"