tree-sitter: update to 0.25.5

This commit is contained in:
tranzystorekk 2025-05-28 12:44:42 +02:00
parent 68602340ec
commit 4601a512d1

View file

@ -1,6 +1,6 @@
# Template file for 'tree-sitter'
pkgname=tree-sitter
version=0.25.4
version=0.25.5
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=87eadc505905c70a692917c821958a819903f808f8d244068b1d273a033dc728
checksum=17a72b9dd7525b01d8fabf9ebee0edd3203fe3058ccc73cbc5e2070ccbe26c0d
make_check=no # tests require generating fixtures from remote repositories
post_build() {