From cdb2983cf8bd2c177600d8a6fb62d593cd3e66e6 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 6 May 2024 00:52:06 +0000 Subject: [PATCH] bump(main/libtreesitter): 0.22.6 This commit has been automatically submitted by Github Actions. --- packages/libtreesitter/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libtreesitter/build.sh b/packages/libtreesitter/build.sh index 0db7995fad..691149d9f8 100644 --- a/packages/libtreesitter/build.sh +++ b/packages/libtreesitter/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/tree-sitter/tree-sitter TERMUX_PKG_DESCRIPTION="An incremental parsing system for programming tools" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.22.5" +TERMUX_PKG_VERSION="0.22.6" TERMUX_PKG_SRCURL=https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=6bc22ca7e0f81d77773462d922cf40b44bfd090d92abac75cb37dbae516c2417 +TERMUX_PKG_SHA256=e2b687f74358ab6404730b7fb1a1ced7ddb3780202d37595ecd7b20a8f41861f TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BUILD_IN_SRC=true