From ecd71badc6ed8284c3ec1b991eec06343247b236 Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveira Date: Mon, 15 Apr 2024 11:41:35 -0300 Subject: [PATCH] tree-sitter: update to 0.22.5 --- srcpkgs/tree-sitter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template index 4bb2fae7ff1724..f0420275392505 100644 --- a/srcpkgs/tree-sitter/template +++ b/srcpkgs/tree-sitter/template @@ -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() {