From 7ee9841a807aa1fab38facf6b3a965462ff0dbb3 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 11 Mar 2024 21:51:13 -0400 Subject: [PATCH] tree-sitter: update to 0.22.1 --- srcpkgs/tree-sitter/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template index cb6e439b9f4..4bb2fae7ff1 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.21.0 +version=0.22.1 revision=1 build_style=cargo make_install_args="--path=cli" @@ -8,8 +8,9 @@ short_desc="Parser generator tool and incremental parsing library" maintainer="Érico Nogueira " 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=6bb60e5b63c1dc18aba57a9e7b3ea775b4f9ceec44cc35dac4634d26db4eb69c +checksum=b21065e78da33e529893c954e712ad15d9ad44a594b74567321d4a3a007d6090 make_check=no # tests require generating fixtures from remote repositories post_build() {