summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"