summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwolftankk2017-10-13 10:38:27 +0800
committerwolftankk2017-10-13 10:38:27 +0800
commitc6a188ec6f8843c881b88c06a53dae1bf2487a57 (patch)
treed17147c15ec07f62c41ffab3e30713c5e03dda81 /PKGBUILD
parent28c698df34522878701114e4bbe01c16a35e1c18 (diff)
downloadaur-c6a188ec6f8843c881b88c06a53dae1bf2487a57.tar.gz
dump to 3.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cd21acef69f..8cf005299000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=php-phalcon
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="Web framework delivered as a C-extension for PHP"
url="http://phalconphp.com"
@@ -15,7 +15,7 @@ source=(
"https://github.com/phalcon/cphalcon/archive/v$pkgver.zip"
)
-sha256sums=('749bec90480dc89f25de96880f48be75b9ddc4731dedf2db58f7db95b6e7671d')
+sha256sums=('72ad53ba3f798c1293b5c42247abe7b7ba6598963455fdb8a15547e01d5163ab')
#get php version
PHP_FULL_VERSION=`php-config --version`