tree-sitter: update to 0.25.6

This commit is contained in:
tranzystorekk 2025-06-05 00:06:24 +02:00
parent 414ce89703
commit 8b0e7377c5

View file

@ -1,6 +1,6 @@
# Template file for 'tree-sitter'
pkgname=tree-sitter
version=0.25.5
version=0.25.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://github.com/tree-sitter/tree-sitter/releases"
distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
checksum=17a72b9dd7525b01d8fabf9ebee0edd3203fe3058ccc73cbc5e2070ccbe26c0d
checksum=ac6ed919c6d849e8553e246d5cd3fa22661f6c7b6497299264af433f3629957c
make_check=no # tests require generating fixtures from remote repositories
post_build() {