summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwolftankk2015-06-14 18:01:56 +0800
committerwolftankk2015-06-14 18:01:56 +0800
commit0040ed9d0683c25cdd5c1630a6fc000aa8126e2a (patch)
tree1305db3f3a0dd3661d79c09445d10a50530b3944 /PKGBUILD
parentd5ff7b0de66be06516f47abc11178199896ff9c1 (diff)
downloadaur-0040ed9d0683c25cdd5c1630a6fc000aa8126e2a.tar.gz
update phalcon 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b63f840942a7..08b6d166c63a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=php-phalcon
-pkgver=2.0.2
+pkgver=2.0.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/phalcon-v$pkgver.zip"
)
-sha256sums=('f25e8259d256fa85400873e589b8c82fff9b83f2c3604f23c36c98f02d2362e6')
+sha256sums=('80c7d2b4b570df9fb3a85f2bad49fccd9d073ad3d3918c5715ae240731952435')
build() {
cd "$srcdir/cphalcon-phalcon-v$pkgver"