summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwolftankk2015-08-19 16:30:47 +0800
committerwolftankk2015-08-19 16:30:47 +0800
commit93f48fe65aa8bfbad33e3039cdb8111d6b4e47c6 (patch)
tree797effb3e6eedee86b4dd1735d469aea2b9615c2 /PKGBUILD
parent90b495af15121a6a3c12c99e87f1e6f4b983a724 (diff)
downloadaur-93f48fe65aa8bfbad33e3039cdb8111d6b4e47c6.tar.gz
update phalcon 2.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8783f6b2e8ac..5f9fd21c9cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=php-phalcon
-pkgver=2.0.6
+pkgver=2.0.7
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/phalcon-v$pkgver.zip"
)
-sha256sums=('c952c45a6a901fd34c882157362c19d133aa746aa41506fe5a5f468675d7da54')
+sha256sums=('38a6126b95cf3d9668a04ca06756ada78163840029a8e23c4ce4eba277f7fc15')
build() {
cd "$srcdir/cphalcon-phalcon-v$pkgver"