tree-sitter: update to 0.25.8

This commit is contained in:
tranzystorekk 2025-07-30 19:46:56 +02:00
parent a71349c4d7
commit bd313f3aeb

View file

@ -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() {