summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwolftankk2017-07-12 21:24:57 +0800
committerwolftankk2017-07-12 21:24:57 +0800
commit95c9909ade2b1fc892449bd1e3e43b5e1eb8a8c5 (patch)
tree8f0fd28ee08508fa97eea08cb3e05ddf9e1314ec /PKGBUILD
parent49c2a2a95d42dcd0d340c2be1f39e6921c58a63e (diff)
downloadaur-95c9909ade2b1fc892449bd1e3e43b5e1eb8a8c5.tar.gz
update 3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c051d63e3de..fea1daaa0d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=php-phalcon
-pkgver=3.2.0
+pkgver=3.2.1
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=('1e253bc34e07145838548eee3e52cc9d60abc60fce191d662ac153771f587bd7')
+sha256sums=('e1c91786153e40cdaa050052aea20128f599a1647274285ce48517a993c006ad')
#get php version
PHP_FULL_VERSION=`php-config --version`