From 3a2df29cb9ef2d43d7bab18524abb43c1ee7ee18 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 14 Apr 2024 22:02:48 +0000 Subject: [PATCH] bump(main/libtreesitter): 0.22.5 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 bceee07328..0db7995fad 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.4" +TERMUX_PKG_VERSION="0.22.5" TERMUX_PKG_SRCURL=https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=919b750da9af1260cd989498bc84c63391b72ee2aa2ec20fc84882544eb7a229 +TERMUX_PKG_SHA256=6bc22ca7e0f81d77773462d922cf40b44bfd090d92abac75cb37dbae516c2417 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BUILD_IN_SRC=true