From bd313f3aebd7fe4d6fe5bb3f67d4d3fde21d3cd1 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 30 Jul 2025 19:46:56 +0200 Subject: [PATCH] tree-sitter: update to 0.25.8 --- 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 6e7ba31a901..4985c83ac82 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.25.6 +version=0.25.8 revision=1 build_style=cargo make_install_args="--path=cli" @@ -10,7 +10,7 @@ license="MIT" homepage="https://tree-sitter.github.io" changelog="https://github.com/tree-sitter/tree-sitter/releases" distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz" -checksum=ac6ed919c6d849e8553e246d5cd3fa22661f6c7b6497299264af433f3629957c +checksum=178b575244d967f4920a4642408dc4edf6de96948d37d7f06e5b78acee9c0b4e make_check=no # tests require generating fixtures from remote repositories post_build() {