summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwolftankk2015-07-18 22:10:22 +0800
committerwolftankk2015-07-18 22:10:22 +0800
commitb16864ad20bc3ea9100c2d4bd6901f3591d337b3 (patch)
tree17ccf10a3f43ba5c764ecd9dc4b724c281d005d9 /PKGBUILD
parenta5f234f1b7ae58777b4e6ae2ac86955124adab44 (diff)
downloadaur-b16864ad20bc3ea9100c2d4bd6901f3591d337b3.tar.gz
update 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 587cc8ca887c..bb70193f1f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=zephir
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Zephir is a compiled high level language aimed to the creation of C-extensions for PHP http://zephir-lang.com/"
url="https://github.com/phalcon/zephir"
@@ -18,7 +18,7 @@ source=(
"https://github.com/phalcon/zephir/archive/$pkgver.zip"
)
-sha256sums=('7fbd3ecb4033c567d0d779df58e42cb1a7dc175145f0b6f8ccc02e4d40fbe90d')
+sha256sums=('ea5161da9b02674c16f9d60fb5966b2576e431762f43834b5a3d7f7a2ce28943')
build() {
cd "$srcdir/zephir-$pkgver/parser"