From ebd5c4f367eb883df0afbb5da4ae039d518c6583 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 13 Feb 2022 00:27:44 +0000 Subject: [PATCH] php-zephir-parser: update to 1.5.0 This commit has been automatically submitted by Github Actions. --- packages/php-zephir-parser/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/php-zephir-parser/build.sh b/packages/php-zephir-parser/build.sh index 85e1b3849..9cc972c97 100755 --- a/packages/php-zephir-parser/build.sh +++ b/packages/php-zephir-parser/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/phalcon/php-zephir-parser TERMUX_PKG_DESCRIPTION="The Zephir Parser delivered as a C extension for the PHP language." TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="ian4hu " -TERMUX_PKG_VERSION=1.4.2 +TERMUX_PKG_VERSION=1.5.0 TERMUX_PKG_SRCURL=https://github.com/zephir-lang/php-zephir-parser/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=12931f2b31e78e3afb848883a92297d80183e6e8cfa2d2a15e28a3decbe84b60 +TERMUX_PKG_SHA256=faf44c19ed1adaae413b1ac734cd3f55689d7993d289af412fef9218bcc0c786 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS=php TERMUX_PKG_BUILD_IN_SRC=true