summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolftankk2015-07-18 22:10:22 +0800
committerwolftankk2015-07-18 22:10:22 +0800
commitb16864ad20bc3ea9100c2d4bd6901f3591d337b3 (patch)
tree17ccf10a3f43ba5c764ecd9dc4b724c281d005d9
parenta5f234f1b7ae58777b4e6ae2ac86955124adab44 (diff)
downloadaur-b16864ad20bc3ea9100c2d4bd6901f3591d337b3.tar.gz
update 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27dd3795ab1d..a7431086bc0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zephir
pkgdesc = Zephir is a compiled high level language aimed to the creation of C-extensions for PHP http://zephir-lang.com/
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/phalcon/zephir
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = zephir
depends = json-c
depends = re2c
backup = etc/php/conf.d/zephir.ini
- source = https://github.com/phalcon/zephir/archive/0.7.0.zip
- sha256sums = 7fbd3ecb4033c567d0d779df58e42cb1a7dc175145f0b6f8ccc02e4d40fbe90d
+ source = https://github.com/phalcon/zephir/archive/0.7.1.zip
+ sha256sums = ea5161da9b02674c16f9d60fb5966b2576e431762f43834b5a3d7f7a2ce28943
pkgname = zephir
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"