summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolftankk2017-04-06 13:23:53 +0800
committerwolftankk2017-04-06 13:23:53 +0800
commitd79d143b04e3ddea6bb22e24f5afa1f5c1417096 (patch)
tree6318f67feccf79ddd0f0ede6632f6f50fba4ed0b
parentde743ea74a43bc392ac932393f2182691c0e22ef (diff)
downloadaur-d79d143b04e3ddea6bb22e24f5afa1f5c1417096.tar.gz
update 0.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89444cd71c7c..db345e52e098 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.9.6
+ pkgver = 0.9.7
pkgrel = 1
url = https://github.com/phalcon/zephir
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = zephir
depends = re2c
depends = json-c
backup = etc/php/conf.d/zephir.ini
- source = https://github.com/phalcon/zephir/archive/0.9.6.tar.gz
- sha256sums = 5d7819c39a3698b80713b28c48f18a6d2f3ccb4955efb6da7774391a53dc6880
+ source = https://github.com/phalcon/zephir/archive/0.9.7.tar.gz
+ sha256sums = 22a2578cf040276ca18d98290b84025be6c13a6cdefb09f6136dac3cd442e429
pkgname = zephir
diff --git a/PKGBUILD b/PKGBUILD
index 861376d020f5..c7ed14a5318d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wolftankk <wolftankk@gmail.com>
pkgname=zephir
-pkgver=0.9.6
+pkgver=0.9.7
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.tar.gz"
)
-sha256sums=('5d7819c39a3698b80713b28c48f18a6d2f3ccb4955efb6da7774391a53dc6880')
+sha256sums=('22a2578cf040276ca18d98290b84025be6c13a6cdefb09f6136dac3cd442e429')
#build zephir-parser
build() {