From 3cf5551828f0ea45290d892c8a7096fd2ef1dfdf Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 28 Sep 2025 18:39:24 +0000 Subject: [PATCH] bump(main/php-zephir-parser): 1.8.0 This commit has been automatically submitted by Github Actions. --- packages/php-zephir-parser/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/php-zephir-parser/build.sh b/packages/php-zephir-parser/build.sh index b53a4c0f59..2a98068005 100644 --- a/packages/php-zephir-parser/build.sh +++ b/packages/php-zephir-parser/build.sh @@ -3,10 +3,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.7.0" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="1.8.0" TERMUX_PKG_SRCURL=https://github.com/zephir-lang/php-zephir-parser/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=b947b267b8020a9390e1f7071a66c5a475fcde466c1aa28361e0f59120abe61c +TERMUX_PKG_SHA256=265e993daeadc34fa3f7dd12f044fab2a023ed2226ef2d7edf52150184c041a9 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS=php TERMUX_PKG_BUILD_IN_SRC=true