From 7e8daa30e703db8facf8518960802d8b226c67bc Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 23 Sep 2024 06:12:00 +0000 Subject: [PATCH] bump(main/tree-sitter-c): 0.23.1 This commit has been automatically submitted by Github Actions. --- packages/tree-sitter-c/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tree-sitter-c/build.sh b/packages/tree-sitter-c/build.sh index b7b56ba065..870e70bcd8 100644 --- a/packages/tree-sitter-c/build.sh +++ b/packages/tree-sitter-c/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/tree-sitter TERMUX_PKG_DESCRIPTION="C grammar for tree-sitter" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.23.0" +TERMUX_PKG_VERSION="0.23.1" TERMUX_PKG_SRCURL=https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=ee58c925e2e507c23d735aad46bf7fb0af31ca06d6f4f41bc008216d9232b0cb +TERMUX_PKG_SHA256=8f90f481c28a45c7dcba84d05fc07853df043ff813868cdfa074a3835e89467a TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE='newest-tag' TERMUX_PKG_BUILD_IN_SRC=true