tree-sitter: update to 0.25.3

This commit is contained in:
tranzystorekk 2025-04-26 12:58:56 +02:00
parent 9c69eef2e2
commit 8e9bb0153e

View file

@ -1,6 +1,6 @@
# Template file for 'tree-sitter'
pkgname=tree-sitter
version=0.25.2
version=0.25.3
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=26791f69182192fef179cd58501c3226011158823557a86fe42682cb4a138523
checksum=862fac52653bc7bc9d2cd0630483e6bdf3d02bcd23da956ca32663c4798a93e3
make_check=no # tests require generating fixtures from remote repositories
post_build() {