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 5da582cc83b1..5c19df301b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-zephir-parser
pkgdesc = The Zephir Parser delivered as a C extension for the PHP language.
- pkgver = 1.5.3
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/zephir-lang/php-zephir-parser
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = php-zephir-parser
makedepends = re2c
depends = php>=7.0
backup = etc/php/conf.d/zephir_parser.ini
- source = https://github.com/phalcon/php-zephir-parser/archive/v1.5.3.tar.gz
- sha256sums = aea5e29c6b11d559cce08b5506697b4e973c5b274651b18d67f5845a0d8eb77b
+ source = https://github.com/phalcon/php-zephir-parser/archive/v1.6.0.tar.gz
+ sha256sums = d3bcebecc59601e53142231146cb91dbe3d0b40f7acb522b3a7786d209d2db90
pkgname = php-zephir-parser
diff --git a/PKGBUILD b/PKGBUILD
index f216c3faf4ae..13ce018a4ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maxim Novikov <the.mlex@gmail.com>
pkgname=php-zephir-parser
-pkgver=1.5.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="The Zephir Parser delivered as a C extension for the PHP language."
url="https://github.com/zephir-lang/php-zephir-parser"
@@ -18,7 +18,7 @@ source=(
"https://github.com/phalcon/php-zephir-parser/archive/v${pkgver}.tar.gz"
)
-sha256sums=('aea5e29c6b11d559cce08b5506697b4e973c5b274651b18d67f5845a0d8eb77b')
+sha256sums=('d3bcebecc59601e53142231146cb91dbe3d0b40f7acb522b3a7786d209d2db90')
#get php version
PHP_FULL_VERSION=`php-config --version`