From a5f244bdd2cd190dfd8942549705ece446d02936 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 6 Apr 2023 00:54:11 +0530 Subject: [PATCH] tree-sitter: update to 0.20.8. --- srcpkgs/tree-sitter/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template index 2f1e958598ba..0ef36d66757f 100644 --- a/srcpkgs/tree-sitter/template +++ b/srcpkgs/tree-sitter/template @@ -1,22 +1,17 @@ # Template file for 'tree-sitter' pkgname=tree-sitter -version=0.20.7 +version=0.20.8 revision=1 build_style=cargo make_install_args="--path=cli" short_desc="Parser generator tool and incremental parsing library" maintainer="Érico Nogueira " license="MIT" -homepage="https://tree-sitter.github.io" -distfiles="https://github.com/tree-sitter/tree-sitter/archive/v${version}.tar.gz" -checksum=b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e +homepage="https://tree-sitter.github.io/tree-sitter/" +distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz" +checksum=6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791 make_check=no # tests require generating fixtures from remote repositories -post_patch() { - # fixes an indexmap error when cross compiling - cargo update --package autocfg:1.0.1 --precise 1.1.0 -} - post_build() { # Build libtree-sitter, since do_build builds the tree-sitter CLI. make