From 78c3474758b3ecc1ace0edaa1355c34415371bf1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 11 Jan 2025 10:58:57 +0100 Subject: [PATCH] tree-sitter: update to 0.24.6. --- srcpkgs/tree-sitter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template index 0dc984bff47e87..313d3998e8567f 100644 --- a/srcpkgs/tree-sitter/template +++ b/srcpkgs/tree-sitter/template @@ -1,6 +1,6 @@ # Template file for 'tree-sitter' pkgname=tree-sitter -version=0.24.3 +version=0.24.6 revision=1 build_style=cargo make_install_args="--path=cli" @@ -10,7 +10,7 @@ license="MIT" homepage="https://tree-sitter.github.io" changelog="https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/CHANGELOG.md" distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz" -checksum=0a8d0cf8e09caba22ed0d8439f7fa1e3d8453800038e43ccad1f34ef29537da1 +checksum=03c7ee1e6f9f4f3821fd4af0ae06e1da60433b304a73ff92ee9694933009121a make_check=no # tests require generating fixtures from remote repositories post_build() {