tree-sitter: update to 0.22.5

This commit is contained in:
Rodrigo Oliveira 2024-04-15 11:41:35 -03:00 committed by cinerea0
parent 724ba4e327
commit 577ef51043
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tree-sitter'
pkgname=tree-sitter
version=0.22.1
version=0.22.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://raw.githubusercontent.com/tree-sitter/tree-sitter/master/CHANGELOG.md"
distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
checksum=b21065e78da33e529893c954e712ad15d9ad44a594b74567321d4a3a007d6090
checksum=6bc22ca7e0f81d77773462d922cf40b44bfd090d92abac75cb37dbae516c2417
make_check=no # tests require generating fixtures from remote repositories
post_build() {