summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author谈开凯2018-12-10 15:16:57 +0800
committer谈开凯2018-12-10 15:16:57 +0800
commit83f7a4d0ce6c4e76a1b145b20e6a3f935f9d3a32 (patch)
tree73281a13744156598f86336eae5ec6677e7c8fba /PKGBUILD
parenta82ff11cbc2b17f35c8269ed8ac1a4a9d89705cd (diff)
downloadaur-83f7a4d0ce6c4e76a1b145b20e6a3f935f9d3a32.tar.gz
dump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a6540b8a3c..b4bd1d74cfa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=php-phalcon
-pkgver=3.4.1
+pkgver=3.4.2
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=('891469a4a78122c9e2fe6b19befdfc06da3401f49261ba38fd81d35421522476')
+sha256sums=('be73da92f75609aef8a56dd7d906df559fa6de82fbc2668b74aba125389a0d93')
#get php version
PHP_FULL_VERSION=`php-config --version`